From 84e988ededcaa1c589539a8116bf54c7d4404bf8 Mon Sep 17 00:00:00 2001 From: Deus-Absconditus Date: Mon, 23 Nov 2020 11:15:33 +0000 Subject: [PATCH 1/3] 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 | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..64b728a1 --- /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 0ad77cb6..2f1f0767 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/pointbiz/bitaddress.org) + # bitaddress.org JavaScript Client-Side Bitcoin Wallet Generator From 07db7ce743860b91ec2e26479d2ae4ea3253ce22 Mon Sep 17 00:00:00 2001 From: Deus-Absconditus Date: Mon, 23 Nov 2020 11:20:34 +0000 Subject: [PATCH 2/3] 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. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2f1f0767..1c93d4b0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/pointbiz/bitaddress.org) +[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/pointbiz/bitaddress.org) + # bitaddress.org JavaScript Client-Side Bitcoin Wallet Generator From f211ae1423aa3c2f679f53198ba542f21a3d007e Mon Sep 17 00:00:00 2001 From: Deus-Absconditus Date: Mon, 23 Nov 2020 11:22:08 +0000 Subject: [PATCH 3/3] 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. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1c93d4b0..ee3be122 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/pointbiz/bitaddress.org) +[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/pointbiz/bitaddress.org) + # bitaddress.org JavaScript Client-Side Bitcoin Wallet Generator