Thank you for your interest in contributing to this project! Follow the steps below to set up the project locally.
Make sure you have the following installed:
Click on the Fork button at the top right of the repository page to create your own copy.
Clone your forked repository to your local machine:
git clone https://github.com/your-username/repository-name.git
Replace your-username
with your GitHub username and repository-name
with the repository name.
cd repository-name
Run the following command to install project dependencies:
npm install
Use the following command to start the Vite development server:
npm run dev
This will start the project, and you can access it in your browser at http://localhost:5173/
(default Vite port).
- Create a new branch for your feature or bug fix:
git checkout -b feature-branch-name
- Make your changes and commit them:
git add . git commit -m "Description of changes"
- Push your branch to your forked repository:
git push origin feature-branch-name
- Open a Pull Request from your forked repository to the main repository.
- Follow consistent coding styles.
- Write meaningful commit messages.
- Test your changes before submitting a pull request.
If you have any questions, drop them into whatsapp chat!