guillainbisimwa / likelemba-doc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

noteId tags
5946a7d0add711ed8ba0d566f9e2e13f

Getting Started

Prerequisites

You're going to need:

  • Node.js

Getting Set Up

  1. Fork this repository on Github.
  2. Clone your forked repository (not this original one) to your hard drive with git clone https://github.com/YOURUSERNAME/node-slate.git
  3. cd node-slate
  4. Initialize and start Slate:
npm install
npm run build
npm start

You can now see the docs at http://localhost:4567. Whoa! That was fast!

Commands

Compile documentation to static site in ./build:

npm run build

Run a dev server that live-reloads at http://localhost:4567:

npm start

Publish your docs to origin/gh-pages branch:

npm run deploy

Gulp Task

Slate API documentation generation is also available as a Gulp task with the gulp-node-slate plugin.



MIT License

About

License:Apache License 2.0


Languages

Language:JavaScript 57.3%Language:SCSS 29.8%Language:Shell 9.7%Language:HTML 3.1%