# lambda-songwhip

## Installing

- Install [docker](https://docs.docker.com/get-docker/)
- Install the dependencies: `pnpm i`

## Linting and Testing

```sh
pnpm test
```

Fixing lint and formatting errors:
```sh
pnpm fix
```