game-deploy
Originally fromopusgamelabs/game-creator
Installation
SKILL.md
Game Deployment
Deploy your browser game for public access. here.now is the default — instant static hosting with zero configuration. GitHub Pages is available as an alternative when you need git-based deploys.
here.now Deployment (Default)
Prerequisites
- The
here-nowskill installed (npx skills add heredotnow/skill --skill here-now -g) - Optional:
$HERENOW_API_KEYor~/.herenow/credentialsfor permanent hosting
Quick Deploy
npm run build
~/.agents/skills/here-now/scripts/publish.sh dist/
The script outputs a live URL like https://<slug>.here.now/.