tree: 7f354980e9812661755142174fd64fc0608004e9 [path history] [tgz]
  1. db/
  2. deploy/
  3. scraping/
  4. webserver/
  5. www/
  6. BUILD
  7. README.md
  8. scouting.sh
  9. scouting_test.protractor.on-prepare.js
  10. scouting_test.ts
  11. sql_demo.go
scouting/README.md

Scouting web server

The //scouting target runs the webserver and hosts all the web pages. Run it like so:

$ bazel run //scouting

You can customize the port like so:

$ bazel run //scouting -- --port 1234

See all options like this:

$ bazel run //scouting -- --help