tree: a5c4cef906ebe198605833f9b340bb305ec24fbe [path history] [tgz]
  1. demo/
  2. fiddle/
  3. fiddler/
  4. go/
  5. res/
  6. source/
  7. templates/
  8. .bowerrc
  9. bower.json
  10. build_fiddle_release
  11. build_fiddler_release
  12. create-fiddle-sa.sh
  13. DESIGN.md
  14. elements.html
  15. fiddler_restart.sh
  16. Makefile
  17. package.json
  18. probersk.json5
  19. PROD.md
  20. README.md
fiddlek/README.md

Fiddle

Allows trying out Skia code in the browser.

Running locally

To run locally:

$ make image

Then in two different shells:

$ make run_local_fiddle

$ make run_local_fiddler

Then visit http://localhost:8080

Continuous Deployment of fiddler

The fiddler image is continuously deployed as GCP Container Builder succeeds in building new gcr.io/skia-public/fiddler images. The app that does the deployment is infra/kube/go/continuous-deploy.