Docs
Installation

Installation

Start

A good starting point is to clone the monorepo template, because the most important configurations are already done there:

git clone https://github.com/tilpoe/monorepo-starter my-project

Setting up the project

Install base packages.

pnpm add react-aria-components @radix-ui/react-slot usehooks-ts lucide-react cva@beta tailwindcss-react-aria-components react-hook-form @hookform/resolvers react-aria

Add to plugins in tailwind.config.ts.

require("tailwindcss-react-aria-components")({ prefix: "s" });

Install obligatory libraries and components.