Requires:
To generate the html
files,
simply execute generate.sh
.
This will build the different pages from the repos
reference material with the help of python
scripts.
Requires: Deno
To test the generated pages you
will need to start a local webserver.
Test/Webserver.sh
Make sure the file is executable, otherwise you
will likely receive a Permission Denied
error.
sudo chmod ug+x Test/Webserver.sh # Linux Fix
After starting your webserver you will just need
to navigate to http://localhost:6464/6502/
Stop the Webserver with Ctrl C
Open the Inspector with either Ctrl Shift I or F12.
Use F5 to reload the page.