mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 02:00:43 +00:00
* using browsersync instead of livereload * `gulp serve` works as before * `gulp sync` starts browserSync and serves UI on port 3000 * everything is built in `build/` * build release with `gulp build --release`
Scope UI
Getting Started
- Install:
npm install - Run
gulpfor building to thedistdirectory orgulp serveto serve the UI via a webserver - Develop using
gulp watchfor automatic code reload