phaser/.gitpod.yml

14 lines
310 B
YAML
Raw Normal View History

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