Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 257 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 257 Bytes

Privbin

A simple private pastebin with (optional) client side encryption.

You can check out the online hosted version here: https://bin.vblinden.xyz

Development

First, run the development server:

cp .env.example .env.local
yarn dev