Nothing presented in the issues or in this repo is a final product unless it is marked as such.
Description: The HMDA Rule Engine processes the HMDA Edits as defined by the FFIEC. It requires as input a valid HMDA data file. The engine understands edit rules written in the brij-spec standard.
The project requires NodeJS (npm) to build and manage dependencies.
Make sure you have NodeJS installed (version 0.10.33), and you can use the npm command:
npm versionInstall Grunt globally:
npm install -g grunt-cliThen install dependencies from the project root directory:
npm installRunning the tests:
grunt testFor details on how to get involved, please first read our CONTRIBUTING guidelines. This project follows an adapted pull request workflow on top of GitHub, please consult the details before adding features to the project.