A sweet set of components for your React ecosystem
TODO
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.
To improve your development experience, we recommend installing the following VS Code extensions:
-
EditorConfig for VS Code: Helps maintain consistent coding styles between different editors and IDEs. You can find more information and installation instructions here.
-
Prettier: An opinionated code formatter that supports many languages. To ensure a consistent code style, install the Prettier extension for your editor.