viz_produttori/software_export/bower_components/shufflejs/CONTRIBUTING.md

13 lines
1 KiB
Markdown
Raw Permalink Normal View History

2020-02-27 22:15:12 +01:00
## Running locally
This project uses [Jekyll](http://jekyllrb.com/).
* Head over to [their quickstart guide](http://jekyllrb.com/docs/quickstart/) to setup jekyll.
* Install npm dependencies `npm install`.
* Run `grunt serve` to tell Jekyll to watch for changes.
* To watch for and compile changes to scss and shuffle src js files, run `grunt watch` in a separate tab.
* go to `http://localhost:4000` to see it.
## Submitting Issues
All bug reports and issues **require** a [reduced test case](http://css-tricks.com/reduced-test-cases/). You can take a look at the [contributing guide](https://guides.github.com/overviews/os-contributing/#contributing) here on GitHub too. For demo links, please use things like [CodePen](http://codepen.io/), [JSFiddle](http://jsfiddle.net/), or [JS Bin](http://jsbin.com/) to create reduced test cases. For more best practices when contributing, check out [html5boilerplate's guide](https://github.com/h5bp/html5-boilerplate/blob/master/CONTRIBUTING.md).
Without a reduced test case, your issue may be closed.