Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thibmeu/pepe-debug
Local Privacy Pass debug interface
https://github.com/thibmeu/pepe-debug
cryptography privacypass
Last synced: 2 days ago
JSON representation
Local Privacy Pass debug interface
- Host: GitHub
- URL: https://github.com/thibmeu/pepe-debug
- Owner: thibmeu
- License: mit
- Created: 2023-08-11T13:36:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-09T15:10:42.000Z (2 months ago)
- Last Synced: 2024-09-09T18:38:58.171Z (2 months ago)
- Topics: cryptography, privacypass
- Language: TypeScript
- Homepage:
- Size: 166 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```shell
npm install
```## Run
Watch for changes on src, and open the local server in browser.
```shell
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`.