doc(CONTRIBUTING): Add webpack step to instructions

Change-Type: patch
This commit is contained in:
Jonas Hermsmeier 2018-03-01 18:50:45 +01:00
parent 1536e62734
commit bde1e32e29
No known key found for this signature in database
GPG Key ID: 1B870F801A0CEE9F

View File

@ -87,6 +87,9 @@ make electron-develop
#### GUI
```sh
# Build the GUI
make webpack
# Start Electron
npm start
```