This is my updated 2022 portfolio website. You can find it live at jonokemball.com.
The below instructions assume the use of yarn
, however npm
can be used too.
First, run the development server by running yarn dev
.
Open http://localhost:3000 with your browser to see the result.
To build the app for production, run yarn build
.
Then, run yarn start
to start the production server.
This project is built using Next.js and was bootstrapped using create-next-app
.