unicoderns / docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unicoderns Docs

Git and Markdown based auto publish software.

With Unicoderns JSloth as core. (https://JSloth.org)

First steps

  • 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

Watch for changes

grunt watch

About

License:MIT License


Languages

Language:TypeScript 72.2%Language:HTML 19.5%Language:JavaScript 6.6%Language:CSS 1.7%