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.
This commit is contained in:
parent
72aefc03e0
commit
84e988eded
2 changed files with 6 additions and 0 deletions
4
.gitpod.yml
Normal file
4
.gitpod.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
image: gitpod/workspace-full
|
||||
|
||||
tasks:
|
||||
- init: npm install
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue