Skip to content

Noojuno/portfolio

Repository files navigation

2022 Portfolio

This is my updated 2022 portfolio website. You can find it live at jonokemball.com.

Development

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.

Building

To build the app for production, run yarn build.

Then, run yarn start to start the production server.

About

This project is built using Next.js and was bootstrapped using create-next-app.