Skip to content

Latest commit

 

History

History
executable file
·
19 lines (11 loc) · 1 KB

README.md

File metadata and controls

executable file
·
19 lines (11 loc) · 1 KB

Project Homeless Connect Flagship

React + Express powered client management system for PHC SF.

What is PHC?

Project Homeless Connect excels in connecting the most vulnerable San Franciscans to vital resources throughout the city. At our one-stop shop events and in our office every day, we link participants to difficult-to-obtain services including medical, dental and vision care, and employment assistance. By mobilizing city and community agencies, as well as thousands of volunteers, we are able to ensure that our participants receive holistic care in a dignified setting.​

https://www.projecthomelessconnect.org/

Install

  • Get a copy of the development Salesforce keys, and put these into a file named .env in the repository root
  • Install all dependencies with npm install
  • Run a local development server with npm start (see other commands in package.json)

Miscellaneous

This project was scaffolded with react-redux-starter-kit.