From 617f744a7eacfae2706332fefd819aa766648d19 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Wed, 2 Sep 2015 18:45:52 +0200 Subject: [PATCH] CONTRIBUTING: Update to mention bower and the sandbox. I had no idea about bower whatsoever, just intended to clone and run, this might make it more easy for naive people like I :) --- CONTRIBUTING.mdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.mdown b/CONTRIBUTING.mdown index 2251f72..1b82fbf 100644 --- a/CONTRIBUTING.mdown +++ b/CONTRIBUTING.mdown @@ -22,3 +22,12 @@ Providing a reduced test case is the best way to get your issue addressed. Witho ## Pull requests Contributions are welcome! Please note: your code may be used as part of a commercial product if merged. Be clear about what license applies to your patch. [The MIT license](http://choosealicense.com/licenses/mit/) or [public domain unlicense](http://choosealicense.com/licenses/unlicense/) are permissive, and allow integration of your patch into Isotope as part of a commercial product. + +### Development setup / Sandbox + +After a fresh git clone, to run the examples in sandbox, you will first need to run (from the root directory): + +```shell +$ npm install bower +$ bower install +```