A simple planning poker app built with Svelte 5 and Socket.IO.
The site is hosted on Render at: https://planning-poker-mc7d.onrender.com/
| Command | Description |
|---|---|
bun install |
Install dependencies |
bun dev |
Start development server |
bun lint |
Run ESLint |
bun format |
Format code with Prettier |
bun check |
Check for TypeScript errors |
| Command | Description |
|---|---|
bun run build |
Build for production |
bun start |
Start production server |