Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 826 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 826 Bytes

Portfolio

This is my portfolio, a Next JS application that showcases a Blog (Notes Section), my public developer projects and my art projects.

This project was bootstrapped with create-next-app.

Instructions

Getting Started

git clone https://github.com/deolaj/portfolio-v2.git
cd portfolio-v2
yarn install

Development

To run the local server,

yarn start

The prettier, and eslint libraries are used for formating and error checking. Install their corresponding vscode extensions to use with VSCode.

Using the .sample-env as a reference, create a local env file with your Contentful SPACE ID nd ACCESS TOKEN.

Production

To generate build files for production,

yarn build

Test

Coming Soon