pnpm install
pnpm devTo add components to your app, run the following command at the root monorepo directory:
pnpm add-componentsThis will place the ui components in the packages/ui/src/base directory.
To use the components in your app, import them from the ui package.
import { Button } from '@fc/ui/base/button'