Skip to content

Latest commit

 

History

History

readme.md

aloy/servers/python

This is a simple implementation written in Python.

cp .env.example .env
uv sync
make dev
Command Explanation
make dev Run the development server
make test Run the tests
make test-coverage Run the tests with coverage

Requirements