Skip to content

vijeeshr/secretnote

Repository files navigation

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