Browse Source

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 :)
pull/974/head
Mathieu Duponchelle 9 years ago
parent
commit
617f744a7e
  1. 9
      CONTRIBUTING.mdown

9
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
```

Loading…
Cancel
Save