This is my personal developer portfolio that I built using NextJS and hosted on Netlify, you can visit it at jack-waterfall.com
-
Install the required dependencies
npm install
-
Start the development server
npm run dev
-
Generate a production build
npm run build
-
Start the server
npm start