This is a simple template using Rye for repo management and Blacksheep as the web framework.
- Install
rye
globally - Run
rye sync
in the root of the project to install dependencies
Run rye run dev:server
to start the blacksheep server in dev mode with auto-reload.
TODO ⚒️