# Deps install
```shell
make install
```

# Run
```shell
make run
```

# Run tests
```shell
make test
```

# Run integration tests
```shell
make integration_test
```