### 🤖 Contributing to React Utils 💗

See an [issue](/issues) or need that you're able to fulfill?
Then this is the perfect place for you!

## Prerequisites

- NodeJS 18

## Setting Up Locally

- Install the Dependencies

```bash
bun install
```

## Run the Tests~

```bash
bun run test
```
