My personal website.
Install all the dependecies needed by running the command:
npm install
You can then check a development version by running the command:
npm run dev
To check a production build run the following commands:
npm run build
npm start
This website has been created using Next.js. To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.