A roleplay geopolitical simulator — paint the map, roll the dice, rewrite history.
Static marketing + sign-in site. The game itself lives at https://app.heredita.net/app/.
Plain HTML + CSS + vanilla JS. No build step.
cd site
python -m http.server 8000
# open http://localhost:8000/Configured for Vercel via vercel.json (publish dir = site/).
- Import this repo on https://vercel.com/new
- Framework Preset: Other
- Build command: (none)
- Output directory:
site(already declared invercel.json) - Deploy
site/
├── index.html auth landing (sign up / sign in / guest)
├── home.html dashboard
├── play.html launch page + preview footage carousel
├── about.html mission + features
├── updates.html patch notes
├── terms.html placeholder T&C
├── css/chalkboard.css
├── js/app.js PLAY_URL points to app.heredita.net
└── assets/ logos + 5 screenshots