Skip to content
Snippets Groups Projects
Christopher Guindon's avatar
Christopher Guindon authored
Update readme.md with more specific installations details.

Signed-off-by: Christopher Guindon's avatarChristopher Guindon <chris.guindon@eclipse-foundation.org>
9984eda5
History

Eclipse Api RESTful API

Source files for the API should be placed in src folder.

Installation

To install dependencies, run ___npm install && bower install && cd bower_components/solstice && bower install && cd ../../ ___.

Usage

To generate some pretty HTML into the docs folder, run grunt build at the command line.

To help development, if you run grunt serve, the HTML will be accessible from http://localhost:8080/index.html

When you save one of the source files, this page will automatically refresh.