Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 633 Bytes

README.MD

File metadata and controls

31 lines (20 loc) · 633 Bytes

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.