A Swipe Web App for deciding what Steam game to play with a group of friends.
Monorepo:
apps/frontend- React + Vite + TypeScriptapps/backend- Express + TypeScriptpackages/shared- shared types/schemas
npm install
npm run devnpm run lint
npm run build
npm run test
npm run format:check
npm run formatRefer to Frontend README
Refer to BACKEND README