Skip to content

laverve/ui-toolbox

Repository files navigation

Release Train

@laverve/ui-toolbox - A set of components you can use on your own

This project aims to provide a set of components built for React.

It is designed to be used with React framework v18.2.0 or above.

Components

  1. Timer

Contribution guidelines

You are encouraged to contribute to this project as soon as you see any defects or issues.

Code Editor Configuration

This monorepo contains configuration for VSCode editor. It doesn't mean that you cannot use a different tool. Feel free to push configurations for your favourite code editor.

Commands

  1. To run tests use: npm run test
  2. To build monorepo use: npm run build
  3. To lint monorepo use: npm run lint
  4. To initialize pre-commit hooks use: npm run prepare

Workflow

Before you get started make sure that there is noone working on an issue you are going to address.

As a first step, clone the repository and run npm i && npm run prepare command to install all dependencies and initialize pre-commit hooks.

Create a branch to work on your code changes.

Once you are done with coding, create pull request and get an approval.

Lastly, enjoy your changes.

License

This content is released under the (http://opensource.org/licenses/MIT) MIT License.