Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 560 Bytes

contributing.md

File metadata and controls

18 lines (14 loc) · 560 Bytes

Contribute to code

If you want to contribute make sure the commits are verified.
You can read how to GPG sign you commits here.

Tools used

Karma: JS test framework Bourbon: Sass->css framework Grunt: Automation tool to compile/test/deploy

Test

With Docker:

docker build . -t passman-dev && docker run -it --rm --user=`id -u` passman-dev grunt test

Tips

Compile scss to scc: grunt watch