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