phaser/.gitpod.yml
2024-02-21 13:31:13 +00:00

13 lines
310 B
YAML

tasks:
- init: >
npm install &&
npm run build
command: npm run watch
- init: >
cd ../ &&
git clone https://github.com/phaserjs/examples.git &&
cd examples &&
npm install && npm start
ports:
- port: 8080
onOpen: open-preview