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:
committed by
GitHub
parent
2f56fc2cd4
commit
523fd0e833
10
.gitpod.yml
Normal file
10
.gitpod.yml
Normal 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
|
||||
Reference in New Issue
Block a user