clone https://github.com/openwhyd/openwhyd-electron on your computer.
Modify the const URL_PREFIX found in the file src/main.js from https://openwhyd.org to http://localhost:8080
Now open a second terminal window and type the following commands
$ cd openwhyd-electron # Go into the repository
$ npm install # Install dependencies
$ npm start # The local electron app should pop open with Openwhyd's home page! 🎉
Closes #27 .
What does this PR do / solve?
Add documentation on how to run electron app locally.
Overview of changes
I modified the README.md file with the following:
Dev Setup
https://github.com/openwhyd/openwhyd-electron
on your computer.const URL_PREFIX
found in the filesrc/main.js
fromhttps://openwhyd.org
tohttp://localhost:8080