npm installStart the backend in one terminal:
npm run dev --workspace serverStart the frontend in a second terminal:
npm run dev --workspace web- Backend: http://localhost:4000
- Frontend: http://localhost:5173/board
- Admin: http://localhost:5173/admin
npm run test
npm run build- Server notes: server/README.md
- Web notes: web/README.md