Skip to content

freedomcombination/fc-projects

Repository files navigation

FC Projects Monorepo

Getting started

pnpm install
pnpm dev

Projects

Adding components

To add components to your app, run the following command at the root monorepo directory:

pnpm add-components

This will place the ui components in the packages/ui/src/base directory.

Using components

To use the components in your app, import them from the ui package.

import { Button } from '@fc/ui/base/button'

Releases

No releases published

Packages

No packages published

Contributors 7

Languages