Skip to content

Collections of ready-to-use, accessible React components. Dark-mode and SSR support included.

License

Notifications You must be signed in to change notification settings

jackyef/flair

Repository files navigation

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

  • Set build command to:

    cd ../../ && pnpm build
    
  • Set install command to:

    npm i pnpm -g && cd ../../ && pnpm i
    
  • Set root directory to:

    packages/website
    

Releasing

Releasing is done manually currently by following these steps.

  • Bump packages/flair-kit/package.json version number
  • Create a git tag based on the version number
    git tag flair-kit@0.0.1
    
  • Push the git tag
    git push origin flair-kit@0.0.1
    
  • Publish package to npm
    pnpm publish --filter flair-kit
    

References

About

Collections of ready-to-use, accessible React components. Dark-mode and SSR support included.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published