dreamfactory / df-api-docs-ui
DreamFactory(tm) API Docs
Installs: 26 232
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 6
Forks: 3
Open Issues: 2
Language:SCSS
Type:dreamfactory-app
Requires
This package is auto-updated.
Last update: 2024-10-08 22:02:56 UTC
README
API Docs is a DreamFactory wrapper around Swagger UI. Select a service and you get the Swagger UI for that service.
Installation
npm install
bower install
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