From 580903e10bf619ee7a5f9488a9aa5141e70a17a0 Mon Sep 17 00:00:00 2001 From: GrahamSH <64214252+GrahamSH-LLK@users.noreply.github.com> Date: Sat, 16 Jan 2021 15:26:13 -0500 Subject: [PATCH] Fully automate dev setup with Gitpod (#10) 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 | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..21452b3 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,2 @@ +tasks: + - init: bundle install diff --git a/README.md b/README.md index 25994dc..4eaa0f6 100644 --- a/README.md +++ b/README.md @@ -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/GrahamSH-LLK/site) + # grahamsh-llk.github.io [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FGrahamSH-LLK%2Fgrahamsh-llk.github.io.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FGrahamSH-LLK%2Fgrahamsh-llk.github.io?ref=badge_shield)