fatina
Version:
Lighweight Tweening Library for web / games
31 lines (19 loc) • 465 B
Markdown
# How to contribute
## Reporting issues
1. Search for existing issues. Your question or bug may have already been answered or fixed (try not to duplicate issues).
2. If possible, try to include a reference to a live example (such as JSFiddle).
## How to build
Install the required packages using:
```
npm install
```
Then build using:
```
npm run build
```
And test with
```
npm run test
```
## Important notice
Do not forget to smile while contributing