Skip to content
Snippets Groups Projects
Commit 9984eda5 authored by Christopher Guindon's avatar Christopher Guindon
Browse files

add missing css


Update readme.md with more specific installations details.

Signed-off-by: Christopher Guindon's avatarChristopher Guindon <chris.guindon@eclipse-foundation.org>
parent 7a24bebb
No related branches found
No related tags found
No related merge requests found
# 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 same one of the source files, this page will automatically refresh.
\ No newline at end of file
When you save one of the source files, this page will automatically refresh.
\ No newline at end of file
......@@ -4,6 +4,7 @@
// author: Christopher Guindon <chris.guindon@eclipse.org>
// -------------------------------------------------------
@import url("../node_modules/aglio-theme-olio/styles/layout-default.less");
@import url("../bower_components/solstice/stylesheets/_core/barebone/styles.less");
body,html{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment