Kevin Lubick | 2639a14 | 2020-06-23 11:51:39 -0400 | [diff] [blame] | 1 | .PHONY: local |
2 | local: | ||||
Kevin Lubick | d12c124 | 2020-06-23 13:28:46 -0400 | [diff] [blame] | 3 | echo "Go check out http://localhost:8123/demos/hello_world/index.html" |
Kevin Lubick | 994c946 | 2022-01-26 15:49:20 -0500 | [diff] [blame] | 4 | rm -f build |
5 | ln -s ../modules/canvaskit/build build | ||||
Kevin Lubick | c0fcc50 | 2022-02-15 07:46:23 -0500 | [diff] [blame] | 6 | python3 -m http.server 8123 |