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
yarnTo run the server locally, run:
yarn run devTo build and run in production:
yarn build
yarn startMIT © Alin Ali Hassan