Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 946 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 946 Bytes

Frontend Build Status

Cemaritan makes coordinated entry easy. With Cemaritan, your Homeless Management Information System (HMIS) syncs conveniently with the HMIS of other service providers in your Continuum of Care (CoC) and outside your CoC, allowing for better intakes, easier referrals, and better connections between service providers. Cemaritan and its underlying software are all open-source technology.

This repository is the implementation powering app.cemaritan.com

Components

Installation

npm install

Run for development

npm start

Build for production

npm run build