Skip to content

teamclassify/app

Repository files navigation

App

Installation

  1. Clone the repo
git clone https://github.com/teamclassify/app
  1. Install the dependencies
npm install
  1. Create env variables

Run

npm run dev

Work

  • 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.

Branchs

  • main: App deployed 💀
  • featues/{feature_name}: New features in the app ✨
  • bugs/{bug_name}: Bug name and description 🐛