19 lines
353 B
Markdown
19 lines
353 B
Markdown
|
# Platypush browser extension
|
||
|
|
||
|
This extension allows you to run Platypush commands on remote hosts as well as
|
||
|
custom scripts, and attach hooks to events generated by remote Platypush systems.
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
Default installation (requires npm):
|
||
|
|
||
|
```bash
|
||
|
npm run build
|
||
|
```
|
||
|
|
||
|
Dev installation (requires npm+Vue cli tools):
|
||
|
|
||
|
```bash
|
||
|
npm run build:dev
|
||
|
```
|