simplify code contributions by fully automating the dev setup with gitpod

This commit is contained in:
Nisar Hassan Naqvi
2020-02-17 04:21:35 +00:00
parent 206e3b57d1
commit 425b39a762
3 changed files with 13 additions and 1 deletions

6
.gitpod.yml Normal file
View File

@ -0,0 +1,6 @@
tasks:
- init: npm install && npm i gulp -g
command: gulp
ports:
- port: 3000
onOpen: open-preview