Clone the project

If you are using Windows as OS on your machine, you can use WSL2 as development environment. Read more here: PHP-Mariadb-on-WLS2

Using your terminal, navigate inside the directory you want to download the project files into. Make sure that the directory is empty before proceeding to the download process. Once there, run the following command:

git clone https://github.com/dotkernel/admin.git .

If everything ran correctly, you can expect to see an output like this, though the numbers may differ.

Cloning into '.'...
remote: Enumerating objects: 6538, done.
remote: Counting objects: 100% (1652/1652), done.
remote: Compressing objects: 100% (785/785), done.
remote: Total 6538 (delta 804), reused 1417 (delta 748), pack-reused 4886 (from 1)
Receiving objects: 100% (6538/6538), 11.84 MiB | 16.52 MiB/s, done.
Resolving deltas: 100% (3359/3359), done.

You can already open the project in your preferred IDE to double-check the files were copied correctly.