Skip to content

Step 1 Cloning the Repository 📂

To get started with Matchzy Overtime Manager (MOM), the first step is to clone the repository.

What is Cloning?

Cloning a repository means downloading a copy of the source code to your local machine so you can modify, run, or build it.

Instructions

  1. Open a terminal or command prompt.
  2. Run the following command:
    Terminal window
    git clone https://github.com/sivert-io/matchzy-overtime-manager.git
  3. Navigate into the project directory:
    Terminal window
    cd matchzy-overtime-manager

Once the repository is cloned, proceed to Step 2: Setting Up Environment Variables.