mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-20 21:35:42 +02:00
9 lines
285 B
YAML
9 lines
285 B
YAML
ports:
|
|
- port: 8000
|
|
onOpen: open-preview
|
|
tasks:
|
|
- init: yarn install
|
|
command: >
|
|
yarn gulp fastBuild &&
|
|
printf "\nWelcome to Learn Git Branching\nTo rebuild the app, simply run 'yarn gulp fastBuild' and reload index.html.\n\n" &&
|
|
python3 -m http.server 8000 2>/dev/null
|