mirror of
https://github.com/retspen/webvirtcloud
synced 2024-12-25 15:45:23 +00:00
Merge pull request #363 from saimintech/saimintech/gitpod-setup
Fully automate dev setup with Gitpod
This commit is contained in:
commit
106985bc7e
2 changed files with 7 additions and 0 deletions
5
.gitpod.yml
Normal file
5
.gitpod.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
image: gitpod/workspace-full
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
- init: 'echo "TODO: Replace with init/build command"'
|
||||||
|
command: 'echo "TODO: Replace with command to start project"'
|
|
@ -1,3 +1,5 @@
|
||||||
|
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/retspen/webvirtcloud)
|
||||||
|
|
||||||
# WebVirtCloud
|
# WebVirtCloud
|
||||||
###### Python3 & Django 2.2
|
###### Python3 & Django 2.2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue