mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-06 19:14:41 +02:00
6 lines
152 B
YAML
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
|