Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 293 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 293 Bytes

Monotron

Commands

npm run-script dev

Run a webpack dev server (defaults to http://localhost:8080) that will automatically rebuild your game when its code is changed.

npm run-script ship

Deploy your game to a server through sftp. See the Gruntfile for more details.