For new or existing projects.
- Installs Tailwind CSS and initializes it if needed
- Creates
tailwind.config.js
file if needed - Installs daisyUI and adds it to your
tailwind.config.js
automatically
Run this in a new or existing project folder:
npm create daisyui
Or
npm init daisyui
Or if you use Bun:
bun create daisyui
Or if you use Yarn:
yarn create daisyui
Or if you use pnpm:
pnpm create daisyui