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.
git clone https://github.com/deolaj/portfolio-v2.git
cd portfolio-v2
yarn install
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.
To generate build files for production,
yarn build
Coming Soon