Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cityofdetroit/dpa-survey
Simple eligibility checker for users looking to apply for the down payment assistance program
https://github.com/cityofdetroit/dpa-survey
Last synced: 6 days ago
JSON representation
Simple eligibility checker for users looking to apply for the down payment assistance program
- Host: GitHub
- URL: https://github.com/cityofdetroit/dpa-survey
- Owner: CityOfDetroit
- License: mit
- Created: 2024-05-16T20:02:29.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T16:21:10.000Z (4 months ago)
- Last Synced: 2024-07-10T19:36:34.846Z (4 months ago)
- Language: JavaScript
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dpa-survey
Simple eligibility checker for users looking to apply for the down payment assistance program1. Download the repo.
`$ git clone [email protected]:CityOfDetroit/dpa-eligibility-survey.git`
2. Install node dependencies.
`$ yarn install`
3. Run local instance.
`$ yarn start`
4. Run test suite.
`$ yarn test`
5. Create production build for property app.
`$ yarn build`