From 56c1acaa0fe7bc1bf71039d8557c46c5766377fe Mon Sep 17 00:00:00 2001 From: Heitor Carneiro Date: Tue, 9 Feb 2021 17:01:29 +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 | 3 +++ README.md | 4 ++++ 2 files changed, 7 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..cf829e9d --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,3 @@ +tasks: + - init: 'echo "TODO: Replace with init/build command"' + command: 'echo "TODO: Replace with command to start project"' diff --git a/README.md b/README.md index f6557617..adf353a0 100644 --- 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/florinpop17/app-ideas) + +[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/florinpop17/app-ideas) + ## :ledger: App Ideas Collection ![App Ideas Image](./app-ideas.png)