Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
Fully automate dev setup with Gitpod (#10)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
GrahamSH-LLK authored Jan 16, 2021
1 parent 707f4a4 commit 580903e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tasks:
- init: bundle install
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 580903e

Please sign in to comment.