tree: f60ea4d27f90b3557c8680f354cb81af3a1a5fd3 [path history] [tgz]
  1. db/
  2. scraping/
  3. webserver/
  4. www/
  5. BUILD
  6. README.md
  7. scouting.sh
  8. scouting_test.py
  9. 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