logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install creativetimofficial/ui. 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.

creativetimofficial/ui Installation Guide

How to install creativetimofficial/ui. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for creativetimofficial/ui. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i creativetimofficial/ui
or

Install via npx

npx @hexmos/ipm i creativetimofficial/ui

Prerequisites

Node.js

system_tool

Version: >= 18.0.0

shadcn/ui

package_manager

Version: latest

Tailwind CSS

library

Version: latest

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

CLI (Command Line Interface)

npx @creative-tim/ui@latest add <component-name>

npx @creative-tim/ui@latest add all

Shadcn CLI (for all components)

npx shadcn@latest add https://creative-tim.com/ui/r/all.json

Manual Installation (via package manager)

npx @creative-tim/ui@latest add <component-name>

Post Installation Steps

  • Start the server using `npm run dev`.
  • Migrate your database with `npx prisma db migrate --all`