Fully automate dev setup with Gitpod (#1696)

This commit is contained in:
Ryan Mitchell 2020-11-24 11:16:16 -08:00 committed by GitHub
parent bb06b84752
commit d3959a484d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitpod.yml Normal file
View File

@ -0,0 +1,3 @@
tasks:
- init: 'echo "TODO: Replace with init/build command"'
command: 'echo "TODO: Replace with command to start project"'