Share your secret notes with BurningNote app! BurningNote allows you to create one-time notes. Once you have written your note, the app will generate a unique link for your note. You can share the link to anyone, but please pay attention: the note will be burned as soon as someone reads it!
- Note encrypting: double safety for you!
- Demo: Preview on Heroku
- Firstly, clone the repo from github:
git clone https://github.com/xooolod/BurningNote
cd BurningNote
- Then, install dependencies:
npm i
- Rename
.env.example
to.env
and fill it out - Rename
src/server/database/database.example.sqlite
todatabase.sqlite
- You're good to go! You can run development build using
npm run dev
, or build the production version withnpm run start-all
.