add gitpod config

This commit is contained in:
Jack Hu 2019-11-14 16:58:42 +08:00
parent 94155c2621
commit 8fceac0118

7
.gitpod.yml Normal file
View File

@ -0,0 +1,7 @@
ports:
- port: 8400
onOpen: open-preview
tasks:
- init: npm install
command: npm start