Merge pull request #2098 from resin-io/update-contributing

doc(CONTRIBUTING): Add webpack step to instructions

Close #2079
This commit is contained in:
Jonas Hermsmeier 2018-03-02 05:10:46 -08:00 committed by GitHub
commit 95c2c25f1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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