plonky2/tooling/web/README.md

21 lines
382 B
Markdown
Raw Normal View History

2024-12-05 19:12:59 +01:00
Web based witness visualization
-------------------------------
### Quickstart
With `node.js`:
$ npx http-server
$ open http://127.0.0.1:8080
Or with `python3`:
$ python3 -m http.server
$ open http://127.0.0.1:8000
### Caching
As web-browser like to cache stuff, for now just use `ctrl-shift-r`
(or `cmd-shift-r` on mac) to reload the page after changes.