A Phaser 3 game
- Node.js - Install from here
yarn
/npm install
- Install project dependenciesyarn start
/npm start
- Start dev serveryarn build
/npm run build
- Bundle and builds source files into dist.yarn start
/npm start
- Start dev serveryarn deploy
/npm run deploy
- Build and deploy game using gh-pages.