Skip to content

sadmann7/sortable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8ef25cf · Nov 10, 2024

History

21 Commits
May 11, 2024
May 12, 2024
Jul 28, 2024
May 11, 2024
May 11, 2024
May 11, 2024
May 12, 2024
Nov 10, 2024
May 11, 2024
May 11, 2024
Jul 28, 2024
Jul 28, 2024
May 11, 2024
May 11, 2024
May 11, 2024
May 11, 2024

Repository files navigation

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

Sortable

Tech Stack

Features

  • Headless Sortable ui primitives built with shadcn/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.