This commit is contained in:
Joseph Garrone 2020-05-16 07:21:56 +02:00
parent b56c8fd72a
commit 3da058ab74

View file

@ -54,3 +54,10 @@ Or import as an ES module:
</script>
```
## Contribute
```bash
npm install
npm run build
npm test
```