sadmann7 / file-uploader

File uploader built with shadcn/ui and react-dropzone.
https://uploader.sadmn.com
MIT License
615 stars 35 forks source link
dropzone shadcnui uploader uploadthing

File Uploader

This is a file uploader built with shadnc/ui, and react-dropzone. It is bootstrapped with create-t3-app.

File Uploader

Tech Stack

Features

Running Locally

  1. Clone the repository

    git clone https://github.com/sadmann7/file-uploader
  2. Install dependencies using pnpm

    pnpm install
  3. Copy the .env.example to .env and update the variables.

    cp .env.example .env
  4. Start the development server

    pnpm run dev

How do I deploy this?

Follow the deployment guides for Vercel, Netlify and Docker for more information.