Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 386 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 386 Bytes

Secretnote

Share secrets/api-keys/tokens safely using self-destructing messages

Demo

https://secretmsg.us

Running the app

docker compose up

Open http://localhost:8085 in your browser.

For development

Ensure Go is installed and a Redis instance is available.
For Tailwind

npx tailwindcss -i ./src/input.css -o ./src/public/assets/output.css --watch