Added README draft
This commit is contained in:
parent
9b4c70b60f
commit
9218c67b54
1 changed files with 18 additions and 0 deletions
18
README.md
Normal file
18
README.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# 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
|
||||||
|
```
|
Loading…
Reference in a new issue