Skip to content

syKevinPeng/PoseFallWeb

Repository files navigation

pages-build-deployment

How to Run (Development)

Dev mode:

pnpm dev

Build for production

pnpm build && zip -9 -r "dist__$(date +'%Y-%m-%d_%H-%M-%S').zip" dist/

How to Run (Production)

Assuming your current working directory is inside dist/ folder.

python3 -mhttp.server 8080

Change 8080 to any other port number if desired.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published