Skip to content

Latest commit

 

History

History
79 lines (47 loc) · 1.3 KB

Build.md

File metadata and controls

79 lines (47 loc) · 1.3 KB

Building




Generating

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.




Testing

Requires:Deno

To test the generated pages you
will need to start a local webserver.

Test/Webserver.sh

Permissions

Make sure the file is executable, otherwise you
will likely receive a Permission Denied error.

sudo chmod ug+x Test/Webserver.sh # Linux Fix

Browser

After starting your webserver you will just need
to navigate to http://localhost:6464/6502/


Tips

Stop the Webserver with CtrlC

Open the Inspector with either CtrlShiftI or F12.

Use F5 to reload the page.