Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.32 KB

File metadata and controls

44 lines (35 loc) · 1.32 KB

vers

A browser idle game on a microservice backend: a deterministic simulation runs on the client, and the server verifies its results by replay.

DocumentationArchitectureAgent Guidelines


Quick start

bun install                       # whole workspace
bun run stack start               # full backend via docker compose
bun run dev:app-web               # web app dev server
bun run stack stop                # tear the backend down

Checks

bun run typecheck
bun run test                      # postgres suites need: bun run pg:test-container:start
bun run lint
bun run format
bun run e2e                       # playwright; first run: bun playwright install

Layout and conventions