Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 587 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 587 Bytes

Shelter DB

Welcome to the BetterAngels Shelter DB project! Our goal is to facilitate the discovery of homeless shelters in Los Angeles county.

Development

shelter-web is a React web app running on a vite server locally.

To run the web app locally:

  1. Pull the repo (monorepo)
  2. run command: yarn
  3. add a .env file (see .env.sample)
  4. To start server:
  • run command from the project root: yarn shelter
    • yarn shelter is an alias for nx serve shelter-web
    • app defaults to http://localhost:8083/

Tests

Command to run tests: yarn nx test shelter-web;