This commit is contained in:
pelikhan 2021-11-12 22:24:47 -08:00
Родитель 6e2365d102
Коммит afab4698a0
1 изменённых файлов: 11 добавлений и 1 удалений

Просмотреть файл

@ -22,7 +22,17 @@ The rest of this page is for developers of the jacdac-ts library.
- Install [nodejs.org](https://nodejs.org/) 14+
- Install the tool globally
npm install -g jacdac-cli
```
npm install -g jacdac-cli
```
## Devtools
Starts a local websocket server that acts as a bridge between a web dashboard and a client implementation. This allows to test a native client using the latest version of the web developer tools.
```
jacdac-cli devtools
```
## Contributing