anvil-works / routing

routing - Built with Anvil
https://routing-docs.anvil.works
MIT License
2 stars 1 forks source link

Routing

Overview

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.

BETA

This library is currently in beta. It is not yet ready for production. Please use with caution.

Third party dependency

To use as a third party dependency, use the code 3PIDO5P3H4VPEMPL

Clone from github

Copy the url and clone the app anonymously from github in the anvil designer.

License

This project is licensed under the MIT License.

Contributing

Please see CONTRIBUTING.md for details.

Building the docs

pip install uv
uv venv .venv
source .venv/bin/activate
uv pip install -r requirements.txt
mkdocs serve

Then visit http://localhost:8000