Skip to content

Commit

Permalink
updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yaron2 committed Jun 6, 2018
1 parent dcd8127 commit c2ca927
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ docker run -d -p 8000:8000 yaron2/lighthouse

Point your browser to localhost:8000.

## Development

Make sure you have the latest Angular CLI installed.

To generate a UI build, simply go to /web and type:
```
ng build
```

a dist directory should be created inside the web directory. The Go Server serves the web assets from web/dist.

## Future plans

* Create and show a graph of the different template components

0 comments on commit c2ca927

Please sign in to comment.