LAN Play Status
Project setup
pnpm install
Compiles and hot-reloads for development
pnpm run dev
Compiles and minifies for production
pnpm run build
Run your tests
pnpm run test
Lints and fixes files
pnpm run lint
Run your end-to-end tests
pnpm run test:e2e
Run your unit tests
pnpm run test:unit