Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 891 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (17 loc) · 891 Bytes

contribute

This project is open source and quite permissive. Please feel free to submit pull requests, report issues, or, if you have a totally different opinionated view of this project, fork it !

develop

do you want to run your own dev instance ? for this, you need nodejs, npm and gulp.

installations

install nodejs

on mac, please use homebrew to install nodejs, then brew install node. If you are running Linux use your packet manager. Windows users may have a look at this page.

install gulp

npm is provided with nodejs, this should do the trick npm i -g gulp

install all the project dependencies

npm install

create dev builds

commit and pull requests

please think about committing /css/default.min.css when you update a newer version