This project is build to keep track of korfbal matches. in a better way then to do it on paper.
Can be found here
- python 3.13
- pip
- Clone the repository:
git clone https://github.com/butros10games/korfbal.git
- Navigate to the project directory:
cd korfbal
- Install the dependencies:
pip install -r requirements.txt
To run the project, execute the following command:
python manage.py runserver
- korfbal wedstijden bij te houden
- Feature 2: Description of feature 2
- Feature 3: Description of feature 3
Explain any configuration options or environment variables the user may need to set up to run the project.
If you want to contribute to this project, please follow these steps:
- Fork the repository.
- Ensure you are on the main branch (
git checkout main
). - Pull the latest changes from the main branch (
git pull origin main
). - Make your changes and commit them with a descriptive message (
git commit -m 'Add some feature'
). - Push your changes to your fork (
git push origin main
). - Open a pull request.