new-game.sh names the share card and touch icon a game must add

This commit is contained in:
Eric Wagoner
2026-09-23 15:46:58 -04:00
parent ef617a50c2
commit 151bc81aeb
+3
View File
@@ -37,6 +37,9 @@ Next:
and src/lib/components/Board.svelte with its board. Keep the tests green.
2. Fill in the hall's pitch, tag and about panel (src/lib/components/Hall.svelte),
the rules page, the guide, src/app.html's description, and the palette in src/app.css.
Add static/og.png (1200 by 630) and static/apple-touch-icon.png (180 by 180):
app.html already points at them, and the static fallback serves the hall's
HTML for a missing file, so a share card without the image breaks quietly.
3. Create the droplet (deploy/README.md), then replace __IP__ everywhere:
grep -rl __IP__ . --exclude-dir=node_modules | xargs sed -i '' 's/__IP__/<ip>/g'
4. Create a Sentry project (the Sentry MCP can) and put its DSN and project id