This is a tool with a single purpose: extract some data from PDFs generated by our tools and output a custom HTML file from that data.
Click the button to select a file from your computer. That file must be a PDF generated by our Privacy Policy Generator. The tool will save a file to your disk with the name expressed in the success message.
These are the things you need to run this project in your machine:
git
node
pnpm
Start by cloning the repository, then, in the root folder of the newly cloned project, run:
pnpm dev
You'll see a message in your terminal that looks something like this:
VITE v4.4.5 ready in 140 ms
➜ Local: http://127.0.0.1:5173/
➜ Network: use --host to expose
➜ press h to show help
Access the address next to local on your browser, and you should see the app running.