mirror of
https://github.com/rajnandan1/kener.git
synced 2026-01-04 08:29:51 -06:00
1.2 KiB
1.2 KiB
Contributing to Kener
Thank you for considering contributing to our project! Here are some guidelines to help you get started.
How to Contribute
- Fork the repository and clone it locally.
- Create a new branch for your feature or bug fix:
git checkout -b feature/your-feature-name - Make your changes and commit them:
git commit -m 'Describe your changes' - Push your changes to your fork:
git push origin feature/your-feature-name - Create a pull request to the
mainbranch.
Development
- Install dependencies:
npm install - Create a
.envfile in the root of the project and add the following:cp .env.example .env - Start the development server:
npm run dev - Open http://localhost:3000 in your browser.
Documentation
The documentation is available in the docs folder. You can view it by going to http://localhost:3000/docs/home in your browser.
Where to Start
- Check out the roadmap items
- Add language support by following the i18n guide