From bd5bc38947ed180ce7d28d26d9337563b132ccc2 Mon Sep 17 00:00:00 2001 From: Divlo Date: Sat, 12 Sep 2020 21:02:40 +0000 Subject: [PATCH] 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. --- .gitpod.yml | 4 ++++ README.md | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..64b728a --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,4 @@ +image: gitpod/workspace-full + +tasks: + - init: npm install diff --git a/README.md b/README.md index bf8ab9a..34a2458 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,7 @@

Gitmoji Licence MIT - Commit Activity - Stars + Gitpod ready-to-code

programming-challenges Logo