xref: /aosp_15_r20/external/skia/demos.skia.org/README.md (revision c8dee2aa9b3f27cf6c858bd81872bdeb2c07ed17)
1*c8dee2aaSAndroid Build Coastguard WorkerTo run these demos with a local build of CanvasKit, go into the CanvasKit folder
2*c8dee2aaSAndroid Build Coastguard Worker`//modules/canvaskit` and run `make debug` or similar to build it.
3*c8dee2aaSAndroid Build Coastguard Worker
4*c8dee2aaSAndroid Build Coastguard WorkerThen, run `make local` from this directory to spin up a local web server.
5*c8dee2aaSAndroid Build Coastguard Worker
6*c8dee2aaSAndroid Build Coastguard WorkerYou will need to modify your demos to load from the local web server and not
7*c8dee2aaSAndroid Build Coastguard Workerthe CDN. See ./demos/hello_world for an example.