- fork this repo to create your theme
- change content and
pyproject.toml
- install your package in virtualenv with your app and fastapi-simple-auth with
pip3 install git+https://github.com/NAME/PACKAGE
) or install withpip3 install -e PATH
as editable. - set your theme name in
.env
file asTEMPLATE_THEME=your_theme_package_name