-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e635b7d
commit dc0c37b
Showing
3 changed files
with
80 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
## Installation | ||
|
||
Run `bun i @mezh-hq/react-seat-toolkit` to incorporate into your project <br/> | ||
|
||
## 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](https://www.conventionalcommits.org/en/v1.0.0-beta.4/#examples) | ||
- Refer the [commitlint.config.js](https://github.com/akalanka47000/react-seat-toolkit/blob/main/commitlint.config.cjs) file for a full list of supported commit message prefixes | ||
|
||
## Additional tools | ||
|
||
- This project is bootstrapped with [Lefthook](https://evilmartians.com/opensource/lefthook), [Eslint](https://eslint.org/) and [Prettier](https://prettier.io/). Please make good use of them. | ||
|
||
<br/> | ||
|
||
## 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters