I appreciate you are here, this project is open source and always live open source. This file will tell you how do you contribute to this project.
You can contribute to `oral` by many ways.

- working on direct source code
- making better and upto date documentation.
- fixing typos if you see any

To setup this project on you local machine, you will need to fork and clone the repo.
Then -

```
navigate to project dir
```

```
npm install
```

```
npm dev
```

to compile typescript.

```
npm example
```

to test the example folder.
