Skip to content

Latest commit

 

History

History
97 lines (55 loc) · 1.39 KB

Build.md

File metadata and controls

97 lines (55 loc) · 1.39 KB

Building

How to build this project locally.


Generating


Requirements:


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/


Shortcuts

  Ctrl + C  

To stop the Webserver.


  Ctrl + Shift + I    or    F12  

To open the Inspector.


  F5  

To reload the page.