dreamfactory/df-api-docs-ui

DreamFactory(tm) API Docs

Installs: 24 944

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 6

Forks: 3

Open Issues: 2

Language:SCSS

Type:dreamfactory-app

3.0.2 2019-10-08 09:15 UTC

README

API Docs is a DreamFactory wrapper around Swagger UI. Select a service and you get the Swagger UI for that service.

Installation

  1. npm install
  2. bower install
  3. cd app/styles && gem install compass

Start dev server

grunt serve --force

Start Compass

The processor for .scss files.

cd app/styles && compass watch

Build dist

grunt build --force