The routing library provides a router for your Anvil app. It uses a combination of client and server routing to provide a seamless experience for your users.
This library is currently in beta. It is not yet ready for production. Please use with caution.
To use as a third party dependency, use the code 3PIDO5P3H4VPEMPL
Copy the url and clone the app anonymously from github in the anvil designer.
This project is licensed under the MIT License.
Please see CONTRIBUTING.md for details.
pip install uv
uv venv .venv
source .venv/bin/activate
uv pip install -r requirements.txt
mkdocs serve
Then visit http://localhost:8000