Skip to content

Development

Resources for developers contributing to the project.

Development Guides

Quick Commands

```bash

Run tests

make test

Start development server

make serve

Run linter

make ruff-check

Create migration

make migration msg="add new field" ```