Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 387 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 387 Bytes

dpa-survey

Simple eligibility checker for users looking to apply for the down payment assistance program

  1. Download the repo.

$ git clone [email protected]: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