Welcome to my personal portfolio website, built with Nuxt! It is a static site designed to highlight my skills, projects and previous work.
Make sure to install dependencies (I recommend yarn):
yarn installStart the development server on http://localhost:3000:
yarn devGenerate static build of the application for production:
yarn generateLocally preview production build:
npx serve .output/publicCheck out the deployment documentation for more information.