If you plan to make changes to this documentation, you will need to install the following dependencies first:
Once done, you should clone this repository:
git clone https://github.com/idom-team/django-idom.git
cd django-idom
Then, by running the command below you can:
- Install an editable version of the documentation
- Self-host a test server for the documentation
pip install -r ./requirements/build-docs.txt --upgrade
Finally, to verify that everything is working properly, you can manually run the docs preview webserver.
mkdocs serve
Navigate to http://127.0.0.1:8000
to view a preview of the documentation.