Code for showing GPC crawl results in an interactive user interface on the web
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