Git and Markdown based auto publish software.
With Unicoderns JSloth as core. (https://JSloth.org)
-
Create config.json file (A sample_config.json is provided).
-
Install dependencies:
npm install
- Run the tests:
npm test
- Compile the code:
grunt
- Run the server:
npm start
grunt watch