Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

29 lines (18 loc) · 1.21 KB

Installation

Run bun i @mezh-hq/react-seat-toolkit to incorporate into your project

Getting started

  • Run bun install to install all dependencies
  • Run bun storybook to start the storybooks dev server
  • Run bun build-storybook to build the project for a web release
  • Run bun build to build the project for a package release

Commit messages

  • We follow conventional commits during our development workflow as a good practice. More information can be found at their official documentation
  • Refer the commitlint.config.js file for a full list of supported commit message prefixes

Additional tools


Pull request guidelines

  • Please label your PRs with the appropriate labels
  • Please add a description to your PRs
  • Please add a screenshot or a gif to your PRs if it's a UI change
  • Please add a documentation update if it's a feature or a bug fix