> ## Documentation Index
> Fetch the complete documentation index at: https://hellocsv.mintlify.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Setup

Make sure to use proper node version specified in `.nvmrc` file

```bash theme={null}
nvm use
```

This watches for changes in main plugin and rebuilds if needed

```bash theme={null}
npm i && npm run watch
```

This runs example application

```bash theme={null}
cd example-preact && npm i && npm run dev
```
