If you want to contribute to Wizarr, here is how
uvarrow-up-right
Node.js/npm - nvmarrow-up-right recommended
Clone the repository with git clone https://github.com/wizarrrr/wizarr.git
git clone https://github.com/wizarrrr/wizarr.git
Move into the directory cd wizarr
cd wizarr
Start Wizarr with uv run dev.py
uv run dev.py
Wizarr is now accessible at http://127.0.0.1:5000
To run the test suite, ensure your dependencies (including development dependencies) are installed, then invoke pytest via uv:
uv
uv sync --locked uv run pytest
Last updated 8 months ago