an app to create and share temporary secrets
- clone the repo
- run
bun install
in the root of the project - create a
.env
file in the root of the project with the following content:
UPSTASH_REDIS_REST_URL=your-redis-url
UPSTASH_REDIS_REST_TOKEN=your-redis-token
ENCRYPTION_KEY=your-encryption-key
- run
bun dev
- done 🎉
This project is licensed under the MIT License - see the LICENSE file for details