Skip to content

Development

For development we use makeapp. Install:

$ uv tool install makeapp

After the repository is cloned, we use the following command in its directory:

1
2
3
4
5
# install utilities required
$ ma tools

# initialize virtual environment
$ ma up --tool

Now you are ready to develop. Run tests with

$ma tests

Check code style before pull request:

$ ma style