mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-02 13:53:07 +00:00
387 B
387 B
Web based witness visualization
Quickstart
With node.js:
$ npx http-server -c-1
$ 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.