Skip to content

gillesdemey/Cumulus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dfff543 · Mar 13, 2018
Nov 12, 2017
Mar 13, 2018
Apr 2, 2017
Dec 27, 2016
Apr 2, 2017
May 25, 2015
Apr 12, 2017
Oct 30, 2015
Apr 2, 2017
Nov 28, 2015
Apr 16, 2016
Mar 13, 2018
Mar 13, 2018
Mar 13, 2018

Repository files navigation

Cumulus

A SoundCloud player that lives in your menubar.

GitHub release

Installing

Download the latest release for OSX.

IntelliJ users be warned: This app hijacks the ⌘+Alt+L shortcurt used by IntelliJ to reformat code. See #40 and #77.

Developing

Install dependencies

npm install

npm install -g electron

Compile the application

grunt or grunt build

Run the application with the Chrome DevTools

NODE_ENV=development electron .

Or in Windows:

  • PowerShell: $env:NODE_ENV="development"; electron .
  • CMD: set "NODE_ENV=development" & electron .