You can contribute to RenderConKe App by following these steps:
- Fork the repository.
- Clone the forked repository to your local machine.
- Run it locally through the steps mentioned in this guide
- Create your feature branch:
git checkout -b feature/your-feature
- Make changes to the project.
- Commit your changes:
git commit -m "Add your commit message"
- Make sure to test your changes. If needed add tests.
- Push to the branch:
git push origin feature/your-feature
- Submit a pull request.
- Node.js and npm installed on your machine.
- A code editor of your choice (e.g., Visual Studio Code, Sublime Text).
To install the project dependencies, run the following command:
npm i -g eas-cli
npm install
- Create a
.env.development
file in the root directory of the project. - Copy the contents of the
.env.example
file into the.env.development
file. - To run the project locally, you need to fill in the necessary environment variables in the
.env.development
file. (if needed)
To run the project, run the following commands:
npm start
- iOS only:
npm run ios
- Android only:
npm run android
By contributing to RenderConKe App, you agree that your contributions will be licensed under the terms of the MIT license.