1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-09-23 12:25:06 +00:00

simplify code contributions + reviews by fully automating the dev setup with Gitpod. (#824)

This commit is contained in:
Nisar Hassan Naqvi
2020-10-11 11:29:26 +05:00
committed by GitHub
parent 2f56fc2cd4
commit 523fd0e833
3 changed files with 24 additions and 0 deletions

10
.gitpod.yml Normal file
View File

@@ -0,0 +1,10 @@
image:
file: .gitpod.Dockerfile
tasks:
- init: yarn && gp sync-done boot
- before: cd gulp
init: gp sync-await boot && yarn
command: yarn gulp
ports:
- port: 3005
onOpen: open-preview