Skip to content

thibmeu/pepe-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pépé Debug 👴💻

Helper to debug Privacy Pass in browser. Very much a quickly made website, and not thought for long term use.

Requirements

  • Node 18+ (nvm is your friend)

Installation

npm install

Run

Watch for changes on src, and open the local server in browser.

npm run start

Architecture

The repository contains a frontend and a helper backend. The frontend performs most of the operation, the backend is only to circumvent some limitation of web browser development. The server provides a convenient way to serve frontend file, as well as a proxy and echo server, respectively to avoid CORS and be able to trigger server side authentication.

Frontend is in src/client. Backend in is src/server.

About

Local Privacy Pass debug interface

Topics

Resources

License

Stars

Watchers

Forks