A parcel level visualization of California commercial property tax inequity caused by Prop 13.
This project is based on initial work done by the HMC 2022 Clinic Team:
This project requires a database connection. Ask the project lead for details.
Clone this repo: git clone https://github.com/techequitycollaborative/prop13-map.git
Create .env files and populate variables:
.env
PORT=8000
map/.env
REACT_APP_SERVER_URL=http://localhost:8000/
Run npm run build
Run npm run dev