- Clone the repo
git clone https://github.com/teamclassify/app
- Install the dependencies
npm install
- Create env variables
npm run dev
- Fork this repository and clone your copy to your local machine.
- Create a new branch for your contribution:
git branch branch-name
. - Make the necessary changes to the code.
- Ensure your changes follow our code style guidelines.
- Commit your changes:
git commit -m 'Description of the changes'
. - Push your changes to your remote repository: git
push origin branch-name
. - Open a pull request on our main repository, describing the changes made and providing any additional context.
- main: App deployed 💀
- featues/{feature_name}: New features in the app ✨
- bugs/{bug_name}: Bug name and description 🐛