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:
Andrew Lee 2020-10-07 16:10:32 +00:00
parent 301228ad97
commit 5ed60768f4
2 changed files with 7 additions and 0 deletions

5
.gitpod.yml Normal file
View file

@ -0,0 +1,5 @@
image: gitpod/workspace-full
tasks:
- init: yarn install && yarn run build
command: yarn run start

View file

@ -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/Alee14/chine-projet)
# chine-project
## Build Setup