Home

Awesome

flair-kit monorepo

Getting started

We are using pnpm with workspaces. If you haven't, please install pnpm@6

npm install -g pnpm@6

After that, install the project dependencies using pnpm

pnpm i

Start developing!

pnpm dev

Tools used

Deploying on Vercel

Releasing

Releasing is done manually currently by following these steps.

References