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

sssggr/sssggr.github.io

Repository files navigation

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.