NOTE: This survey is archived and read-only because it was merged back into the main repo @ dpa-survey
in version 1.0.0. If you need this survey, please use the main repo @ dpa-survey
.
Simple eligibility checker for users looking to apply for the down payment assistance program
- Download the repo.
$ git clone [email protected]:CityOfDetroit/dpa-eligibility-survey.git
- Install node dependencies.
$ yarn install
- Run local instance.
$ yarn start
- Run test suite.
$ yarn test
- Create production build for property app.
$ yarn build