Simple exchange
- Clone the repository.
- Run
pdm install -G:all --dev
to install the dependencies.
- Create a
.config.yaml
file from the.config.yaml.example
file. - Run
task serve
to start the development server. - For simultaneous settle, run
task settle
in another process.
- Run
task test
to run the tests.