Install Next.js
Get started with Next.js and Vividora UI
Create a new project
Create a new Next.js project with the following command:
npx create-next-app@latest vividora
Initialize Vividora UI
Add Vividora UI to your project:
npx vividoraui@latest init
Add components
Install any component you need:
npx vividoraui@latest add component_name
Start the development server
Run your project locally:
npm run dev
