A React-based web application for secure file sharing.
Demo: https://transfer.pacorux.es/
Before you begin, ensure you have the following installed:
- Node.js (v18 or higher)
- Any package manager of your choice (
npm,pnpmoryarn)
# Clone the repository
git clone https://github.com/pacorux/transfer.git
cd transfer
# Install dependencies
npm install
# Start
npm run devMIT - Feel free to use this code as inspiration for your own projects.
