Update README.md

pull/11/head
Dave Conway-Jones 2019-10-27 21:58:54 +00:00
rodzic 234fa89c24
commit 4192130a86
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 302A6725C594817F
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -1,4 +1,6 @@
# electron-node-red
# Electron Node-RED
[![GitHub version](https://badge.fury.io/gh/dceejay%2Felectron-node-red.svg)](https://badge.fury.io/gh/dceejay%2Felectron-node-red)
This is an Electron template to embed [Node-RED](https://nodered.org) with a Dashboard generated by node-red-dashboard to create a native application.
@ -60,6 +62,8 @@ These can be changed by editing the build section of the `package.json` file, se
Electron-builder has a pre-configured Docker image that can help you build cross platform
images if you like Docker - again read [their docs](https://www.electron.build/multi-platform-build#build-electron-app-using-docker-on-a-local-machine).
This is very useful if you need to build for Windows on a Mac as the electron-builder invokes wine which is only 32-bit and so can't be run under Catalina.
## Developing and Testing - Running locally
While developing and testing you can just run your app locally by running