mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-09 05:24:12 +01:00
285 B
285 B
CONTRIBUTING
Here's a quick guide:
-
Fork the repo.
-
npm install
-
bower install
-
Run the tests:
karma start
-
Make changes in source folder
src
. -
Minify source files:
grunt
-
Make the test pass.
-
Push to your fork and submit a pull request.