Back to Reflex

ci_template

docs/app/templates/ci-job.md

0.9.2a2373 B
Original Source

In this example we will build a simple CI/CD job dashboard with real-time updates and controls. You can run, edit, and delete jobs on the dashboard as well as view the status of each job.

Usage

To run this app locally, install Reflex and run:

bash
reflex init --template ci_template

To run the app, use:

bash
pip install -r requirements.txt
reflex run