#Nitro
Super awesome task management
About Nitro:
By George Czabania & Jono Cooper
Copyrigth © 2012 Caffeinated Code
Licensed under the BSD License
Get Nitro:
Web version
Linux & Mac App
Chrome Web Store
Developers:
- The easiest way to run the app is:
Chrome -> Extensions -> Developer Mode -> Load Unpacked Extension -> Choose the Nitro folder
- Translate:
To translate user interface, editjs/translations/LANGUAGENAME.js.
To translate chrome store descriptions, edit_locales/LANGUAGECODE/messages.js(more info).
- Stylesheets make use of sass + scss:
Sass is a ruby gem (more info), you must edit .scss files and later generate the .css code.
- Do not edit the plugins.js file:
The plugins.js file collect all the scripts injs/plugins/folder, edit the script you want and then runjs/compile.rbto compile the plugins into plugins.js.