pcottle.learnGitBranching/.gitpod.yml
2019-02-26 16:07:08 +00:00

6 lines
152 B
YAML

ports:
- port: 8000
onOpen: open-preview
tasks:
- init: npm install && npm install -g grunt-cli
command: grunt build && python3 -m http.server 8000