This commit is contained in:
antelle 2017-12-16 15:55:00 +01:00
parent 10d2d9aaaf
commit ea6505f62b
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ curl https://raw.githubusercontent.com/keeweb/keeweb/develop/dev-env.sh | bash -
The app can be built with grunt: `grunt` (html file will be in `dist/`).
Desktop apps are built with `grunt desktop`. This works only in macOS as it builds dmg; requires wine.
Also, a hardware token is required.
To run Electron app without building an installer, build the app with `grunt` and start in this way:
To run Electron app without building an installer, build the app with `grunt` and start it this way:
```bash
grunt dev
npm run-script electron