ConventionalFighter (CF) aims to create an easy way to generate conventional commit messages by providing a simple web GUI.
CF follows the Conventional Commits specification 1.0.0 found here.
Clone the repository:
git clone https://github.com/mbeggiato/ConventionalFighter.git
cd ConventionalFighter
Install dependencies:
npm install
To start the development server, run:
npm run dev
This will start the application at http://localhost:5173/
.
To build this project run
npm run build
[!TIP]
Checkout this projects GitHub actions to learn more about building and deploying.
This project is licensed under the MIT License.