simplifies code contributions by fully automating the dev setup with gitpod.

This commit is contained in:
Nisar Hassan Naqvi
2020-03-16 12:13:46 +00:00
parent 4613bbc754
commit 6e29f02f79
2 changed files with 23 additions and 0 deletions

10
.gitpod.yml Normal file
View File

@@ -0,0 +1,10 @@
tasks:
- init: yarn install
command: yarn run start
ports:
- port: 3000
onOpen: open-preview
vscode:
extensions:
- octref.vetur@0.23.0:0z6KpEz8h/vAvy4pYRDg3Q==