Developer Setup
Recommended: VSCode Dev Container
This project is configured to work with the VSCode Dev Container extension. This extension allows you to develop in a containerized environment that is consistent with the production environment. This is the recommended way to develop this project.
Prerequisites
Setup
- Clone the repository
- Open the repository in VSCode
- VSCode will prompt you to reopen the repository in a container. Click "Reopen in Container"
- The container will build and open in a new VSCode window
- Open a terminal in the new VSCode window
- Begin developing!
How To: Serve Documentation
mkdocs serve --watch .
Visit http://localhost:8000 in your browser to view the documentation.