Welcome to the repository for the Reflex website!
Our website is built using our own framework: Reflex.
Reflex is the open-source framework empowering Python developers to build web apps faster. Build both your frontend and backend in a single language, Python (pip install reflex), with no JavaScript or web development experience required.
We recommend using a virtual environment with Python 3.10 or higher to run this project.
Fork this repository by clicking on the Fork
button on the top right.
Clone the forked repository to your local machine.
Navigate to the project directory.
Create a virtual environment.
python3 -m venv .venv
Activate the virtual environment.
source .venv/bin/activate
Install the dependencies.
python -m pip install -r requirements.txt
Run the project.
reflex run
Open the browser and go to http://localhost:3000/
to see the website.
We welcome contributions of any size! Feel free to open issues, especially for sections of the documentation that you find confusing or need clarification.
Below are some good ways to get started in the Reflex community.
We are actively looking for contributors, no matter your skill level or experience. To contribute check out CONTIBUTING.md
Reflex is open-source and licensed under the Apache License 2.0.