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