tree: 1f609cab41894022572a3e227f977e3ac7e218ba [path history] [tgz]
  1. cpp/
  2. demo/
  3. fiddle/
  4. fiddler/
  5. go/
  6. res/
  7. source/
  8. templates/
  9. .bowerrc
  10. .gitignore
  11. bower.json
  12. build_fiddle_release
  13. build_fiddler_release
  14. create-fiddle-sa.sh
  15. DESIGN.md
  16. elements.html
  17. fiddler_restart.sh
  18. Makefile
  19. package.json
  20. probersk.json5
  21. PROD.md
  22. 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.