Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 560 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 560 Bytes

Personal Portofolio

This is the code repository for my personal portofolio: Oscar Leung's Playground
Main Tools: Nuxt 3 (Vue 3), Nuxt Content 2 and WebGL2.

Setup

# npm
npm ci

Development Server

Dvelopment server on http://localhost:3000

npm run dev

Production

Build the application for production:

# Generate for deployment
npm run generate
# Deploy to Github Pages (Windows cmd ONLY!)
npm run deploy

Locally preview production build:

npx serve .output/public