Credit to @jakeherp for the huge amount of work on his portfolio. I've decided to fork his repository to use it as a base of my portfolio to learn more about Next.js.
The project uses NodeJS and Yarn.
git clone https://github.com/alinalihassan/portfolio
cd portfolio
yarn
To run the server locally, run:
yarn run dev
To build and run in production:
yarn build
yarn start
MIT © Alin Ali Hassan