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
DATABASE_URI=<a valid database connection string>
map/.env
REACT_APP_SERVER_URL=http://localhost:8000/
REACT_APP_MAPBOX_ACCESS_TOKEN=<a valid mapbox token>
-
Run
npm run build
-
Run
npm run dev