From 618ee0f2c4a8e7639a2af165ecc4d81595e7daf2 Mon Sep 17 00:00:00 2001 From: Nisar Hassan Naqvi Date: Mon, 16 Mar 2020 10:02:15 +0000 Subject: [PATCH] simplifies contributions by fully automating the dev setup with gitpod. --- .gitpod.yml | 2 ++ Readme.md | 14 ++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .gitpod.yml 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..746cc06 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,19 @@ 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) for contributing. With a single click it will launch a workspace and automatically: + +- clone the nprogress repo. +- install the dependencies. + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/rstacruz/nprogress) + Support -------