docs: improve overview section

This commit is contained in:
Romain Lespinasse
2021-04-02 16:14:40 +02:00
committed by Romain Lespinasse
parent 8c0a3268b6
commit 08cd74e0fa
2 changed files with 13 additions and 1 deletions

View File

@@ -1,11 +1,15 @@
# Developers guide
## Prepare
Install the dependencies
```bash
npm install
```
## Develop
Build the typescript and package it for distribution
```bash
@@ -24,3 +28,11 @@ $ npm test
...
```
## Contribute
Before creating a commit, validate your changes and build the associated distribution files
```bash
npm run all
```