diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..2b06da2 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,2 @@ +tasks: + - init: npm install diff --git a/Readme.md b/Readme.md index 2ddda6e..b34b660 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,7 @@ NProgress ========= +[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/rstacruz/nprogress) [![Status](https://api.travis-ci.org/rstacruz/nprogress.svg?branch=master)](http://travis-ci.org/rstacruz/nprogress) [![npm version](https://img.shields.io/npm/v/nprogress.png)](https://npmjs.org/package/nprogress "View this project on npm") [![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 * [New UI Pattern: Website Loading Bars](http://www.usabilitypost.com/2013/08/19/new-ui-pattern-website-loading-bars/) (usabilitypost.com) + +Contributing +------- + +### Contribute using one click online setup + +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. + + [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/rstacruz/nprogress) + Support -------