Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Files

Latest commit

 

History

History
25 lines (13 loc) · 744 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 744 Bytes

dpa-survey

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

  1. Download the repo.

$ git clone git@github.com:CityOfDetroit/dpa-eligibility-survey.git

  1. Install node dependencies.

$ yarn install

  1. Run local instance.

$ yarn start

  1. Run test suite.

$ yarn test

  1. Create production build for property app.

$ yarn build