Contributions are very welcome! Please read the Code of Conduct before contributing.
If you have suggestions for improvements, please open an issue or submit a pull request.
Clone the repository
git clone git@github.com:Qwertic/crrl.git
Install dependencies
pnpm install
Build the project
pnpm run build
Create a new branch
git checkout -b feature/new-feature
Once you're done, create a pull request and as soon as it's approved, the changes will be deployed to the production environment.
No need to bump the version or anything like that, that's handled automatically.