Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 598 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 598 Bytes

Cumulus API Docs

CircleCI

Cumulus API documentation: https://nasa.github.io/cumulus-api

Installation

 $ npm install 

Build CSS (Styling)

 $ npm run build-css

Build Site

 $ npm run build

Serve

Serve current(unreleased) document

 $ npm run serve

Serve current and released document

 $ npm run serve-all

Deploy

 $ npm run deploy

🛒 Release

To release a new version of Cumulus API document read this.