A command-line tool that enables local development of game scripts for awe.box games, allowing you to use your preferred code editor while automatically syncing changes with the awe.box platform.
-
Optionally, create a new game in awe.box website if you don't have one yet.
-
In your local project directory, run
npx awe-cli checkout <gameId>
- Run
npm run start
to start the development server.
npm run start
Starts the development server, automatically syncs local scripts, and opens the awe.box studio in your default browser.
npm run watch
Watches for local changes and automatically pushes them to the remote game.
npm run push
Manually pushes local changes to the remote game.
npm run login # Login to AWE platform (automatic when running other commands)
npm run logout # Logout from AWE platform