This commit is contained in:
antelle 2021-05-23 08:27:33 +02:00
parent 02a505e2f9
commit 89c644a1c4
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ The app can be built with grunt: `grunt` (html files will be in `dist/`).
Desktop apps are built with `grunt desktop`. This requires some magic and currently works only on CI,
you can find more details in [the GitHub Actions workflow](.github/workflows/build.yaml).
To run the desktop (electron) app without building an installer, build the app with `grunt` and start it this way:
To run the desktop (electron) app in development mode, start it this way:
```bash
npm run dev
npm run electron