Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 672 Bytes

File metadata and controls

35 lines (22 loc) · 672 Bytes

My Personal Nuxt Website

Welcome to my personal portfolio website, built with Nuxt! It is a static site designed to highlight my skills, projects and previous work.

Setup

Make sure to install dependencies (I recommend yarn):

yarn install

Development Server

Start the development server on http://localhost:3000:

yarn dev

Production

Generate static build of the application for production:

yarn generate

Locally preview production build:

npx serve .output/public

Check out the deployment documentation for more information.