Skip to content

Commit b7e692f

Browse files
committed
simplifies contributions by fully automating the dev setup with gitpod.
1 parent a0ab16c commit b7e692f

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitpod.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
tasks:
2+
- init: npm install

Readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
NProgress
22
=========
33

4+
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/rstacruz/nprogress)
45
[![Status](https://api.travis-ci.org/rstacruz/nprogress.svg?branch=master)](http://travis-ci.org/rstacruz/nprogress)
56
[![npm version](https://img.shields.io/npm/v/nprogress.png)](https://npmjs.org/package/nprogress "View this project on npm")
67
[![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/nprogress/badge?style=rounded)](https://www.jsdelivr.com/package/npm/nprogress)
@@ -191,6 +192,16 @@ Resources
191192

192193
* [New UI Pattern: Website Loading Bars](http://www.usabilitypost.com/2013/08/19/new-ui-pattern-website-loading-bars/) (usabilitypost.com)
193194

195+
196+
Contributing
197+
-------
198+
199+
### Contribute using one click online setup
200+
201+
You can use gitpod(a free online vs code like ide) with a single click it will launch a ready to code workspace with all the dependencies pre-installed so that you can start coding straight away without wasting time on the dev setup.
202+
203+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/rstacruz/nprogress)
204+
194205
Support
195206
-------
196207

0 commit comments

Comments
 (0)