How to install satnaing/shadcn-admin. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
satnaing/shadcn-admin Installation Guide
How to install satnaing/shadcn-admin. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for satnaing/shadcn-admin. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i satnaing/shadcn-adminor
Install via npx
npx @hexmos/ipm i satnaing/shadcn-adminPrerequisites
Node.js
system_toolVersion: > 16.0.0
npm
package_managerVersion: 8.1.0
Vite
build_toolVersion: 2.9.3
TypeScript
languageVersion: 4.7.5
eslint
libraryVersion: 8.1.0
Prettier
libraryVersion: 3.2.1
Clerk
serviceVersion: latest
TanStack Router
libraryVersion: 3.0.1
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Clone and Install via Git Bash
git clone https://github.com/satnaing/shadcn-admin.git
cd shadcn-admin
pnpm install
pnpm run devInstall via npm and Shadcn CLI
npm install
npx shadcn@latest add scroll-areaPost Installation Steps
- Start the server: `pnpm run dev`
- Access the UI: http://localhost:3000/
