## Running the project

**Prerequirements**

```
curl -fsSL https://bun.sh/install | bash
```

**Start the project**

```
git clone git@github.com:57blocks/stellar-resource-usage-report-private.git
```

```
cd stellar-resource-usage-report-private && pnpm install
```

```
bun run test // npm run test
```

```
bun run build // npm run build
```

```
bun run lint // npm run lint
```

```
bun run start // npm run start
```

```
bun run changelog // npm run changelog
```

## Commit rules

* [commit rules](./COMMIT.md)


