0.0.0 • Published 9 months ago

cassata-ui v0.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

cassata-ui

A sweet set of components for your React ecosystem

Installation

TODO

Development

Using Commitizen for Commits

We use Commitizen for structured commits, ensuring adherence to conventional commit standards.

Instead of using

git commit -m "{mesage}"

run the following command:

npm run git:commit

This will prompt you to fill out the necessary information for a structured commit message based on the Conventional Commits specification.

Recommended Extensions

To improve your development experience, we recommend installing the following VS Code extensions:

  1. EditorConfig for VS Code: Helps maintain consistent coding styles between different editors and IDEs. You can find more information and installation instructions here.

  2. Prettier: An opinionated code formatter that supports many languages. To ensure a consistent code style, install the Prettier extension for your editor.