A Next.js portfolio based on the Forty starter https://github.com/codebushi/nextjs-starter-forty
# Install npm packages
npm install
# Start up the next.js dev server, browse to http://localhost:3000/
npm run dev
# Build and export the site, the static files are generated in the out/ folder
npm run export