fgj = foundry for games via javascript
Goal:
- client-side-only web app, code in TS/JS
- set up to deploy on push from GitHub to Netlify
- prototype and iterate board games here
- modify code via both traditional IDE and via Claude Code
- How to Add New Games - Guide for implementing new games (written for LLM agents)
# Install dependencies
npm install
# Run development server
npm run dev
# Run tests
npm test
# Build for production
npm run build