Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 733 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 733 Bytes

Remix + Shadcn-ui Starter

A simple Remix + Shadcn-ui starter with an optimistic dark-mode based on @kentcdodds's client-hints library.

Why ?

I often reached out to implementing my own optimistic dark-mode logic every-single time I setup Shadcn-ui library, hence wanted to make this into a reusable repo that I and others can use it to quickly bootstrap a Remix starter.

Screenshot

Screenshot 2024-01-25 at 14 22 47

Development

From your terminal:

npm install
npm run dev