Openwhyd as a native app for your favorite OS, powered by Electron. This installable application allows to play Openwhyd tracks in the background! 👌
Download and install the file corresponding to your Operating System, from that list.
ℹ️ Mac OS / Darwin users: The application is not signed yet, so you may need to follow these instructions in order to run it: https://support.apple.com/kb/ph18657
⭐️ Did it work for you? Please leave your feedback on Github or on Facebook.
🛠 Contributors are welcome! If you want to help, you can create issues for bugs you may find and/or improvement requests. If you want to contribute, check out our backlog and come say "hi" on one of the issues you'd be interested in contributing to.
- Run openwhyd locally following the install guide https://github.com/openwhyd/openwhyd/blob/master/docs/INSTALL.md
- clone
https://github.com/openwhyd/openwhyd-electron
on your computer. - Modify the
const URL_PREFIX
found in the filesrc/main.js
fromhttps://openwhyd.org
tohttp://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! 🎉