pcottle.learnGitBranching/.gitpod.yml
2020-03-15 22:36:18 +07:00

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