Code for showing GPC crawl results in an interactive user interface on the web
Currently deployed on vercel at gpc-web-ui.vercel.app
Run the following command to clone this repository locally:
git clone https://github.com/privacy-tech-lab/gpc-web-ui.git
Navigate to the client directory
cd client
Run these commands, then navigate to the localhost link provided in your terminal to see the UI displayed.
npm i
npm run dev
To add new data to the UI:
- Download the , NullSites and PotentiallyNonCompliantSites as csv files.
- Place the csv files in the /publicfolder in the appropriate state.
- Update the stateMonthsandtimePeriodsinApp.jsx