Files
kener/.github/CONTRIBUTING.md
2025-01-21 08:42:41 +05:30

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

  1. Fork the repository and clone it locally.
  2. Create a new branch for your feature or bug fix:
    git checkout -b feature/your-feature-name
    
  3. Make your changes and commit them:
    git commit -m 'Describe your changes'
    
  4. Push your changes to your fork:
    git push origin feature/your-feature-name
    
  5. Create a pull request to the main branch.

Development

  1. Install dependencies:
    npm install
    
  2. Create a .env file in the root of the project and add the following:
    cp .env.example .env
    
  3. Start the development server:
    npm run dev
    
  4. 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

  1. Check out the roadmap items
  2. Add language support by following the i18n guide