8000 sendy/README.md at main · lschvn/sendy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.03 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.03 KB

Sendy – A Simple WeTransfer Clone on the Edge

Sendy is a minimalist file-sharing application inspired by WeTransfer, built with Nuxt and NuxtHub. It runs on Cloudflare Workers at the edge, supports large files via multipart upload, and automatically deletes them after 4 days using Nitro tasks.


Installation

  1. Clone the repository:

    git clone https://github.com/lschvn/sendy.git
  2. Navigate to the project directory:

    cd sendy
  3. Install dependencies:

    pnpm install
  4. Start the development server:

    pnpm run dev

The app will now be running locally. By default, you can access it at http://localhost:3000.


Contributing

Contributions, bug reports, and feature requests are welcome! Feel free to open an issue or submit a pull request.


License

This project is licensed under the MIT License. Feel free to fork, modify, and distribute under these terms.

0