This is the code repository for my personal portofolio: Oscar Leung's Playground
Main Tools: Nuxt 3 (Vue 3), Nuxt Content 2 and WebGL2.
# npm
npm ci
Dvelopment server on http://localhost:3000
npm run dev
Build the application for production:
# Generate for deployment
npm run generate
# Deploy to Github Pages (Windows cmd ONLY!)
npm run deploy
npx serve .output/public