oral-ts
Version:
a testing framework for typescript
30 lines (21 loc) • 537 B
Markdown
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.