Skip to content

ksleungac/ksleungac.github.io

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published