Send your file easily and securely
Blink is a secure and fast pdf transfer tool. It is a web application that allows you to send pdf files to your friends and colleagues. The app is made for mobile and web (PWA).
- 🔒 End to end encrypted transfers
- 💨 Manual / Automatic link expiration (14 days)
- 🔥 Very fast file transfer
- 🕐 Transfers history
- 📱 Mobile friendly (PWA)
- 🍃 Lightweight and optimized for low carbon consumption
- 🧘♀️ Company maintained
npm install
npm run dev
Branch name must start with
fix/
,feature/
orenhancement/
- Fork this repository to your own GitHub account and then clone it to your local device.
- Create a new branch
git checkout -b MY_BRANCH_NAME
- Install the dependencies:
npm install
- Fill the
.env
file with your own values (see.env.sample
) - Run the development server:
npm run dev
- Make your changes
- Commit and push your changes
- Create a new pull request from your forked repository
Project made by the dotmind team.
- Valentin Magry (@ValMgr)
This project is open source and available under the GNU General Public License v3.0.