These instructions will get you a copy of the project up and running on your local machine.
If you haven't yet, you'll need to install node and npm. Then you'll need to install gulp. If you haven't already, enter from terminal (skip this if you do have gulp installed):
$ npm install --global gulpFinally, cd into the project folder and do:
$ npm installWith npm and gulp installed, you're good to go. To compile the source files into docs run:
$ gulpFor development, you can compile the files and view the project in your browser as you make changes at http://localhost:3000/ by running:
$ gulp serveThis will serve the site using local files in the app directory, as well as a generated .tmp directory. To view the site using compiled files in the docs directory, you can do:
$ gulp serve:docsthe docs directory is the final directory to be compiled and deployed to production.
The site is hosted using GitHub Pages, which points at this repo's master branch. Simply run gulp to build the site and commit the changes to the docs folder.
- Bourbon - Mixin library.
- Pug - Node templating library.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
The list of contributors who participated in this project.
This project is licensed under the GNU License - see the LICENSE.md file for details