npm i @salfatigroup/ui
Add the following to tailwind.config.js
theme: {
extend: {
colors: {
'brand': {
50: '#f5f9ff',
}
}
}
}
- Counter-intuitive: First build and then install
pnpm build
- Install
pnpm i
- Run
pnpm dev