Family Promise helps local communities coordinate their compassion to address the root causes of family homelessness. They tap existing local resources to empower families towards economic stability. Families come to them in crisis; they help them rebuild their lives with new skills and ongoing support. They address the issue holistically, providing prevention services before families reach a crisis, shelter and case management when they become homeless, and stabilization programs once they have secured housing to ensure they remain independent.
- DO NOT fork the repo. Clone directly!
- run:
npm install
to download all dependencies. - run:
npm install moment
to download dependencies for the calendar - run:
npm install rechart
to download all chart dependencies. - run:
npm install styled-components
to install components for Dashheader.js - run:
npm start
to start your local development server.
When using Okta for authentication, the app will need to run locally on port 3000.
We would love to hear from you about new features which would improve this app and further the aims of our project. Please provide as much detail and information as possible to show us why you think your new feature should be implemented.
If you have developed a patch, bug fix, or new feature that would improve this app, please submit a pull request. It is best to communicate your ideas with the developers first before investing a great deal of time into a pull request to ensure that it will mesh smoothly with the project.
Remember that this project is licensed under the MIT license, and by submitting a pull request, you agree that your work will be, too.
See Backend Documentation for details on the backend of our project.