Kalmia is an opensource project under the AGPLv3 license which would not have been possible to make without other awesome opensource projects! We would love to get feedback, and also code from our community members. If you don't know how you can help you can always hop on our discord and we will help you out, but please if you have an issue/bug or something of that sort, even feature requests, please use our github issues. Using discord for issues leads to discoverability issues!
Click the "Fork" button in the upper right corner of this repository to create your own copy.
Clone your fork to your local machine
You need node (v20 atleast), npm and golang (v1.22 atleast) installed. You are also going to need make if you're going to use the make files and also air for easy hot reloads.
We're going to assume you use linux for dev mode, if you're using windows we highly recommend you use WSL for development. All you need to do is open up a terminal (or two if you're not using tmux) and then run "air ." in one of them and "npm run dev" in the other. This will setup Kalmia both frontend and backend. You should then be able to go to http://localhost:2727/admin to view the admin GUI. MAKE SURE that you have set "dev" in the environment property in the config.json before you run air.
Once you're starting to work on your feature/bug fix create a new branch:
Please make sure you use meaningful branch names.
You can run this command to run tests:
Push your branch to your forked repository:
Go to the original repository and open a pull request. In your pull request description, explain what changes you made and why.
If you find a bug or have a suggestion, please open an issue and describe:
Please visit the "Code of Conduct" page to see more about it.
By contributing, you agree that your contributions will be licensed under the project's LICENSE.
Thank you for contributing to Kalmia!