Landing page for brdgm.me, listing web applications for playing board game solo modes.
The game list is maintained in games-index.json.
Because the page loads games-index.json via fetch, it must be served over HTTP (not opened as a file:// URL directly in the browser).
Run a local HTTP server with:
npx serve .Then open http://localhost:3000 in your browser.