Fully automate dev setup with Gitpod

This commit implements a fully-automated development setup using Gitpod.io, an
online IDE for GitHub and GitLab that enables Dev-Environments-As-Code.
This makes it easy for anyone to get a ready-to-code workspace for any branch,
issue or pull request almost instantly with a single click.
This commit is contained in:
JS-Tech 2020-06-22 13:07:39 +00:00
commit 2e9f114f7c

2
.gitpod.yml Normal file
View file

@ -0,0 +1,2 @@
tasks:
- init: pip install .