> For the complete documentation index, see [llms.txt](https://docs.tjuav.org/tjuav/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tjuav.org/tjuav/software-1/website/github-pages.md).

# GitHub Pages

Facebook actually has documented all of the steps needed to completely deploy a React app on GitHub pages on their [deployment page](https://create-react-app.dev/docs/deployment/#github-pages).  Doing this would make the site accessible at `https://tjuav.github.io/site1/`.  We might want to change that using CNAME at some point following [this guide](https://docs.github.com/en/github/working-with-github-pages/configuring-a-custom-domain-for-your-github-pages-site) on the GitHub docs.
