Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 227 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 227 Bytes

how to run

pnpm install
copy env/.env.development .env
pnpm run dev

how to build server

pnpm run build

how to build static files

pnpm run delopy

how to run server

http://localhost:3000