Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 524 Bytes

File metadata and controls

34 lines (23 loc) · 524 Bytes

GameSwipe

A Swipe Web App for deciding what Steam game to play with a group of friends.

Monorepo:

  • apps/frontend - React + Vite + TypeScript
  • apps/backend - Express + TypeScript
  • packages/shared - shared types/schemas

Local dev

npm install
npm run dev

Useful Commands

npm run lint
npm run build
npm run test
npm run format:check
npm run format

Frontend

Refer to Frontend README

Backend

Refer to BACKEND README