Welcome to the BetterAngels Shelter DB project! Our goal is to facilitate the discovery of homeless shelters in Los Angeles county.
shelter-web
is a React web app running on a vite server locally.
To run the web app locally:
- Pull the repo (monorepo)
- run command:
yarn
- add a
.env
file (see .env.sample) - To start server:
- run command from the project root:
yarn shelter
yarn shelter
is an alias fornx serve shelter-web
- app defaults to
http://localhost:8083/
Command to run tests: yarn nx test shelter-web
;