Fully automate dev setup with Gitpod (#1696)

This commit is contained in:
Ryan Mitchell 2020-11-24 11:16:16 -08:00 коммит произвёл GitHub
Родитель bb06b84752
Коммит d3959a484d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 0 удалений

3
.gitpod.yml Normal file
Просмотреть файл

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