tree: 66eaba9da6a325be8cb945e5e83d94e244d431da [path history] [tgz]
  1. go/
  2. page/
  3. BUILD.bazel
  4. Makefile
  5. PROD.md
  6. README.md
jsdoc/README.md

jsdoc

Serves demo pages of important elements.

Design

jsdoc is a simple program that serves up demo pages for select folders and serves them over HTTP.

Debugging Locally

make release builds a Docker container and uploads it to GKE. One can run one of those containers locally as follows:

docker run -p 8000:8000 gcr.io/skia-public/jsdoc:2018-06-19T17_38_25Z-username-b442da2-dirty

which will map port 8000 in the container (the HTTP server) to port 8000 on the host, reachable at [localhost:8000].