diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-10-07 16:10:32 +0000 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-10-07 16:10:32 +0000 |
| commit | 5ed60768f41158becdfb78e9fe0a4da7d16a3dac (patch) | |
| tree | 1e31db66d756d19099a770920eb4b19d3675eb7c | |
| parent | 301228ad97afa6b57a2a5290096ff9e03fb052a3 (diff) | |
| download | chine-projet-5ed60768f41158becdfb78e9fe0a4da7d16a3dac.tar.gz chine-projet-5ed60768f41158becdfb78e9fe0a4da7d16a3dac.tar.bz2 chine-projet-5ed60768f41158becdfb78e9fe0a4da7d16a3dac.zip | |
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.
| -rw-r--r-- | .gitpod.yml | 5 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..572ee31 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,5 @@ +image: gitpod/workspace-full + +tasks: + - init: yarn install && yarn run build + command: yarn run start @@ -1,3 +1,5 @@ +[](https://gitpod.io/#https://github.com/Alee14/chine-projet) + # chine-project ## Build Setup |
