Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 758 Bytes

File metadata and controls

33 lines (22 loc) · 758 Bytes

Orcish Dashboard

orcish-dashboard

Overview

The Orcish Dashboard is a sleek and modern dashboard built with Shadcn. It features a responsive design with support for both light and dark modes, along with a customizable theme selector that lets you easily switch between different color schemes.

Getting Started

Installation

To begin, install the required dependencies using the following command:

pnpm i

Development Server

After installing the dependencies run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.