# Roblib Redmine A Redmine 3.0+ theme written in SCSS ([based on Purplemine2](https://github.com/mrliptontea/PurpleMine2)). It uses normalize.css and benefits from some parts of (Bootstrap)[bootstrap-sass] like mixins, structure, and stuff. --- ## How to customize it **dependencies:** [node.js](node.js) - Install dev dependencies: `npm install` - Run file watcher + scss preprocessor (changes made to `src/` are compiled automatically) `npm run watch` - Run browsersync proxy server to view changes in real-time. Edit [bs.js](bs.js) to relect current settings then run: `node bs.js`