Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 510 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (8 loc) · 510 Bytes

How to run locally

  • Install Node

  • Fork and clone git clone https://github.com/MY-USERNAME/xhook

  • Enter project cd xhook

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

  • Watch src for changes and will then compile and minify into dist with grunt-source --server=3000

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

    Issues and Pull-requests welcome!