Skip to content

reactive-python/reactpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1e93576 Â· Mar 15, 2025
Mar 14, 2025
Mar 1, 2023
Mar 15, 2025
Mar 14, 2025
Mar 14, 2025
Mar 14, 2025
Jun 13, 2023
Mar 14, 2025
Oct 6, 2019
Mar 14, 2025
Jun 19, 2023
Jun 13, 2023
Dec 16, 2021

Repository files navigation

Temporary branch being used to rewrite ReactPy's documentation.

Many of these pages are in progress, and are using the original ReactJS docs as placeholders.

See live preview here: https://reactive-python.github.io/reactpy

In order to set up an environment to develop these docs...

  1. Install Python 3.9 or higher
  2. Fork and clone this repository
  3. Optional: Create a Python virtual environment with the following command: python3 -m venv venv
  4. Optional: Activate the virtual environment (this method will vary based on operating system)
  5. Install the dependencies with the following command: pip install -r docs/requirements.txt
  6. Run the following command: mkdocs serve
  7. Follow the on-screen prompts to view the documentation in your browser
  8. You can now edit the markdown files located within docs/src/ and see the changes in real time

🚧 : Unfinished tab 🚫 : Tab is blocked from being started due to external factors

Feel free to PR this branch with any changes you make to the documentation. If you have any questions, feel free to ask in the Discord server.