mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-25 16:26:48 +00:00
9 lines
211 B
Markdown
9 lines
211 B
Markdown
# Scope UI
|
|
|
|
## Getting Started
|
|
|
|
- Install: `npm install`
|
|
- Run `gulp` for building to the `dist` directory or `gulp serve` to serve the UI via a webserver
|
|
- Develop using `gulp watch` for automatic code reload
|
|
|