Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neatteam1943/2023-scoutingapp
Scouting app for 2023 Charged Up season
https://github.com/neatteam1943/2023-scoutingapp
Last synced: 14 days ago
JSON representation
Scouting app for 2023 Charged Up season
- Host: GitHub
- URL: https://github.com/neatteam1943/2023-scoutingapp
- Owner: NeatTeam1943
- License: mit
- Created: 2023-01-30T23:57:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T21:14:11.000Z (almost 2 years ago)
- Last Synced: 2024-11-17T06:37:11.625Z (3 months ago)
- Language: C++
- Size: 393 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2023-ScoutingApp
Scouting app for 2023 Charged Up season.
## Contributing
### Cloning the repo
```sh
git clone [email protected]:NeatTeam1943/2023-ScoutingApp.git
cd 2023-ScoutingApp
```### Installing pre-commit hooks
```sh
pip install pre-commit
pre-commit install
```