Quick Start
1. Requirements
Before proceeding, you need to have the latest stable node.js
Recommended environment:
- node js 20+
- npm js 10+
2. Installation
Open package folder and install its dependencies. We recommended yarn or npm.
| Script | Project Folder |
|---|---|
Install npm |
|
Start |
|
Build |
|
3. Theming
ShadcnSpace Dashboard offers both light and dark style options, with the light style set as the default.
By Default we are giving 2 color themes, you just need to
change attribute of activeMode in
config.ts / config.js file :
light
dark
activeMode: "light",
4. RTL Supported
ShadcnSpace Dashboard comes with built-in RTL support by default.
To enable RTL direction, add
activeDir: "rtl" attribute in the
config.ts / config.js file.
ltr
rtl
activeDir: "rtl",