mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-28 09:41:57 +00:00
* added logo and favicon * upgraded Bootstrap to v4 * use FontAwesome as icon font * applied weave colors * auto-select first container * mock backend in server.js to serve *.json files for API requests
11 lines
205 B
Markdown
11 lines
205 B
Markdown
Develop UI
|
|
##########
|
|
|
|
* npm install
|
|
* npm start
|
|
|
|
`server.js` serves a fake backend. You can add `container.json` and
|
|
`traces.json` to this directory to serve them as /traces and /container
|
|
respectively.
|
|
|