Chrome app for reading KeePass password files. WIP, nowhere near ready!
If you want to hack on the code...
Tools needed:
- Node.Js - prerequisite for other dev tools
- Grunt.js - for less/css processing, packaging, and copying libs to the lib folder
- Bower - for dependencies (libraries)
- Clone the codebase, and then (from the code folder) run
bower installto install the dev dependencies. npm installto install the dependencies Node.js dependencies.- Then
grunt updatelibto copy the dependencies to their lib location. - If you are editing
.lessfiles then rungrunt watchto compile them when they change.