To run locally, first create a virtual environment using Poetry.
poetry installYou can then run MkDocs to serve the website, and it will be accessible on http://localhost:8000.
poetry run mkdocs serveThe website is automatically built and deployed when pushed to main using GitHub Actions.