Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 911 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 911 Bytes

A free open-source application that allows users send encrypted text other collaborators.

✨ Features

  • 🔒 Send text encrypted with Advanced Encryption Standard (AES).
  • 🧹 Automatically delete encrypted text from the database at the time specified.

⌨️ Development

Clone and run locally
$ git clone [email protected]:pedoch/sendfort.io.git
$ cd sendfort.io
$ npm install
$ npm run dev

You should be able to access it on port 3000, open your browser and visit http://127.0.0.1:3000 or http://localhost:3000.

🤝 Contribution

There are tons of ways you can contribute, and we're happy to accept all. Please checkout our guide to contributing here. We can't wait to see what you've got for us.