Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 444 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (7 loc) · 444 Bytes

How to build the docs

  • Install Node

  • Install grunt-source with npm install -g grunt-source (Grunt Source allows the use of pre-made Grunt environments)

  • grunt-source --server=3000

  • Open Chrome open http://localhost:3000/

  • Grunt will now be watch src for changes, then compiling into css, js and index.html

    Issues and Pull-requests welcome!⏎