This repository is configured to be deployed via GitHub Pages using the /docs folder source.
- Go to your repository Settings tab.
- Click on Pages in the left sidebar (under "Code and automation").
- Under Build and deployment:
- Source: Select
Deploy from a branch. - Branch: Select
main(or your current branch). - Folder: Select
/docs.
- Source: Select
- Click Save.
The /docs folder contains a pre-built static site (HTML/CSS/JS) that acts as:
- Project Wiki: Full HTML version of the thesis (
wiki.html). - Launcher Portal: A guide to launching the local optimized engine (
demo.html). - Landing Page: Project overview (
index.html).
To preview the site locally, simply open docs/index.html in your web browser.