Skip to content

cenit-io/eCapi

Repository files navigation

Edge Connector

Build Status

Links

Warning: All above links are updated only after Travis CI finishes deployment

Working on specification

Install

  1. Install Node JS
  2. Clone repo and run npm install in the repo root

Usage

Starts the development server for API Specification:

npm start

Starts the development server for Guides & Utilities:

  docsify serve docs

Build web_deploy folder with static assets:

npm run build

Validates the spec:

npm test

Deploys docs to GitHub Pages:

Deploys docs to GitHub Pages. You don't need to run it manually if you have Travis CI configured.

npm run gh-pages