CityOfDetroit / dpa-survey

Simple eligibility checker for users looking to apply for the down payment assistance program
MIT License
0 stars 1 forks source link

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