This is the source repository for the Gramps Web documentation website.
For the source code of Gramps Web, please see
- Gramps Web API for the (Python) backend
- Gramps Web Frontend for the (Javascript) frontend
Please use those repositories for reporting issues or feature requests.
You can run the website locally and preview it in your browser while editing.
To do that, first install the required Python dependencies (you may want to do this in a virtual environment):
python -m pip install -r requirements.txt
Then, you can serve the documentation and open it in the browser with:
mkdocs serve -a localhost:8211 -o
Contributions to the documentation are welcome! Please see the Contributing Guide for details.