Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.15 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.15 KB

This is a sortable built with shadnc/ui, radix ui, and dnd-kit. It is bootstrapped with create-t3-app.

Sortable

Tech Stack

Features

  • Headless Sortable ui primitives built with shadnc/ui, radix ui, and dnd-kit.
  • Integration with useFieldArray of react-hook-form, and tanstack-table.

Running Locally

  1. Clone the repository

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

    pnpm install
  3. Start the development server

    pnpm run dev

How do I deploy this?

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