From cdae419ce1e486d88df913d7c8a56633a6db6659 Mon Sep 17 00:00:00 2001 From: Oleksandr1201 <3spvsp@gmail.com> Date: Sat, 26 Dec 2020 21:12:54 +0000 Subject: [PATCH] Fully automate dev setup with Gitpod This commit implements a fully-automated development setup using Gitpod.io, an online IDE for GitLab, GitHub, and Bitbucket 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. --- .gitpod.yml | 2 ++ README.md | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000000..92c96c7a6b --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,2 @@ +tasks: + - init: npm install && make diff --git a/README.md b/README.md index 658a727d61..c23e0d61b4 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/meganz/webclient) + +[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/meganz/webclient) + MEGA Web Client ===============