Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.27 KB

readme.md

File metadata and controls

58 lines (40 loc) · 1.27 KB

Project Name

This project is build to keep track of korfbal matches. in a better way then to do it on paper.

Table of Contents

Can be found here

Installation

Prerequisites

  • python 3.13
  • pip

Steps

  1. Clone the repository:
    git clone https://github.com/butros10games/korfbal.git
  2. Navigate to the project directory:
    cd korfbal
  3. Install the dependencies:
    pip install -r requirements.txt

Usage

To run the project, execute the following command:

python manage.py runserver

Features

  • korfbal wedstijden bij te houden
  • Feature 2: Description of feature 2
  • Feature 3: Description of feature 3

Configuration

Explain any configuration options or environment variables the user may need to set up to run the project.

Contributing

If you want to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Ensure you are on the main branch (git checkout main).
  3. Pull the latest changes from the main branch (git pull origin main).
  4. Make your changes and commit them with a descriptive message (git commit -m 'Add some feature').
  5. Push your changes to your fork (git push origin main).
  6. Open a pull request.