Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 452 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 452 Bytes

To start the frontend, launch a simple HTTP server (from the kernel-workshop directory) with:

python -m http.server

The frontend looks for a block_frequencies.json file in the data/op_code directory. The data should be structured such as in block_frequencies.json.example.

Then navigate to http://localhost:8000/frontend/public/index.html in your web browser.