# Contributing Guidelines

(WIP)

## Run the project

Install deps:

```sh
yarn
```

Run the tests:

```sh
yarn run test:unit --watch
```

Build the library in dev mode:

```sh
yarn run dev
```

Build the library for production:

```sh
yarn run build
```

### Demo

Run the demo:

```sh
cd demo-src
yarn
yarn run dev
```

Build the demo:

```sh
yarn run build
```
