To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/kyan/jukebox-electron
# Go into the repository
cd jukebox-electron
# Install dependencies
npm install
# Run the app
npm start
Install the package electron-packager
npm install electron-packager -g
From the project folder run
electron-packager . --mac --icon=black.icns --overwrite
File should exist inside the project folder at Jukebox-darwin-x64/Jukebox.app
Learn more about Electron and its API in the documentation.
Key: ⌘+1
Key: ⌘+2
Key: ⌘+3