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/BurningNotecd BurningNote - Then, install dependencies:
npm i - Rename
.env.exampleto.envand fill it out - Rename
src/server/database/database.example.sqlitetodatabase.sqlite - You're good to go! You can run development build using
npm run dev, or build the production version withnpm run start-all.
