An open API service indexing awesome lists of open source software.

https://github.com/teamclassify/app

App
https://github.com/teamclassify/app

react vitejs

Last synced: 7 months ago
JSON representation

App

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 🐛