Nothing presented in the issues or in this repo is a final product unless it is marked as such.
Description: The HMDA Pilot provides a client side tool to perform validation, error checking and reporting of HMDA submitted files for the current conditions, by following the specifications found on the FFIEC website. In particular, it implements the file specification and most of the edit checks for 2014.
The project requires NodeJS (npm) to build and manage dependencies.
Technologies used include AngularJS, Browserify, Grunt, and the Capital Framework.
Make sure you have NodeJS installed (version 0.10.33), and you can use the npm
command:
npm version
Install Grunt globally:
npm install -g grunt-cli
Then install dependencies from the project root directory:
npm install
Run locally by issuing:
grunt serve
To use on your own server:
grunt build
Copy the files in dist
to your web server root
For 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.
- Projects that inspired you
- Related projects
- Books, papers, talks, or other sources that have meaniginful impact or influence on this project