https://github.com/teamclassify/app
App
https://github.com/teamclassify/app
react vitejs
Last synced: 7 months ago
JSON representation
App
- Host: GitHub
- URL: https://github.com/teamclassify/app
- Owner: teamclassify
- Created: 2024-04-08T00:48:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-24T12:45:47.000Z (over 1 year ago)
- Last Synced: 2025-03-23T21:17:42.384Z (12 months ago)
- Topics: react, vitejs
- Language: JavaScript
- Homepage: https://app-classify.vercel.app/
- Size: 1.33 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# App
## Installation
1. Clone the repo
```
git clone https://github.com/teamclassify/app
```
2. Install the dependencies
```
npm install
```
3. 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 🐛