aboutsummaryrefslogtreecommitdiffstats
path: root/.gitpod.yml
blob: ded36866048c8bb9e10ab4fe78c430e568e228b1 (plain)
1
2
3
4
5
6
tasks:
  - init: npm install && npm i gulp -g
    command: gulp
ports:
  - port: 3000
    onOpen: open-preview