Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 749 Bytes

Development_notes.md

File metadata and controls

30 lines (17 loc) · 749 Bytes

Development Notes and Links

Frontend / client

  • Node 18
  • pnpm
  • sveltekit

Backend / server

Games

Deployment

Development environment deployment will use Vite dev server to serve client assets. It will proxy the Javalin server.

Production environment deployment will use Javalin server to serve client assets as static files.

Non-Goals

It would be nice to separate Lobby and game engine implementations, but for the initial MVP I'll just build what works.

Similarly, I'm trying to bear in mind an eventual scalable architecture but getting a working game in a single server is more important.