Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (26 loc) · 615 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 615 Bytes

My personal website

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

Development Server

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

# yarn
yarn dev

Production

Build the application for production:

# yarn
yarn build

Deployment

Generate static project

$ yarn generate

Deploy to github pages

$ yarn deploy

Check out the deployment documentation for more information.