Updated readme

This commit is contained in:
jos 2017-12-26 21:14:33 +01:00
parent abfcca84d6
commit 99790c0fac
1 changed files with 3 additions and 12 deletions

View File

@ -143,28 +143,19 @@ jsoneditor:
This will generate the file `./dist/jsoneditor.js` and
`./dist/jsoneditor-minimalist.js` and corresponding source maps.
- For development, start a develop server which automatically updates the
library when a source file has changed:
- For development, start a develop server which automatically reloads
when a source file has changed:
```
npm start
```
This will update `./dist/jsoneditor.js` on every change in the source code,
but it will **NOT** update the minimalist version.
- Run unit tests:
- Run unit tests (Jest):
```
npm test
```
or to watch for changes and re-run tests automatically:
```
npm run watch:test
```
## License