Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.04 KB

docs.md

File metadata and controls

45 lines (28 loc) · 1.04 KB

Overview

You will need to set up a Python environment to create, test, and preview docs changes.


Modifying Docs

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/reactive-python/reactpy-django.git
cd reactpy-django

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.txt --upgrade

Finally, to verify that everything is working properly, you can manually run the docs preview web server.

cd docs
mkdocs serve

Navigate to http://127.0.0.1:8000 to view a preview of the documentation.

GitHub Pull Request

{% include-markdown "../../includes/pr.md" %}