Skip to content

Development

Colin Mitchell edited this page Feb 6, 2016 · 7 revisions

If you want to run the code, there's a few steps involved. Once you clone the repository, you'll need to install any dependencies, compile a few things with grunt, and compile a couple modules. It will look a little like this:

git clone git@github.com:muffinista/before-dawn.git
cd ./before-dawn

npm install

./node_modules/.bin/electron-rebuild -w node-system-idle-time

grunt

npm run

The preferences window uses some React code and needs to be compiled if you make any changes. Running grunt will handle the compilation for you.

Clone this wiki locally