Documentation for the Symbiot project.
⏩ Live Site ⏪
- Make sure Node.js is installed and in your
PATH
- Install Grunt:
npm install -g grunt-cli
- Clone project
- Open the folder:
cd symbiot-docs
- Install dependencies:
npm install
- Run the dev server:
grunt dev
- Open a browser at
http://localhost:7000/
First:
- Follow above steps
1
,2
and3
- Build for prod:
grunt prod --minifyAssets=true --baseUrl=/symbiot-docs
Then:
- Clone project in separate folder (ex:
symbiot-docs-pages
) - Open the folder:
cd symbiot-docs-pages
- Checkout Github pages branch:
git checkout gh-pages
- Copy the content of the
build
folder fromsymbiot-docs
- Check status, stage, commit and push
Check Apidoc-Seed.
Under MIT License.