## Dev Setup

To setup the development environment to develop on the CLI itself:

1. Enter the nix shell:

```bash
nix develop
```

2. Install dependencies:

```bash
yarn
```

3. Build the CLI:

```bash
yarn build
```

4. Run the CLI:

```bash
yarn start <path to .webhapp file>
```
