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

Commit

Permalink
Merge pull request #4 from CityOfDetroit/readme.update
Browse files Browse the repository at this point in the history
Update README with setup instructions
  • Loading branch information
maxatdetroit authored Jun 17, 2024
2 parents 2c09640 + bb862f1 commit c187080
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,22 @@
# 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/property-application.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`

0 comments on commit c187080

Please sign in to comment.