## Setup Guide. 


Install Bun
```bash

npm i -g bun
```
Install Opencode CLI
```bash
npm i -g opencode-cli
```

Load Environment variables

```bash
source ./commands/load-env.sh
```


Start opencode
```bash
opencode
```