It an Opigno LMS project with DDEV setup and some extra modules. Full documentation available at https://opigno.atlassian.net/wiki/spaces/OUM3/overview
Open a terminal and clone the repository.
$ git clone https://github.com/zeshanziya/opigno-ddev.git
Change to the directory of repository.
$ cd opigno-ddev
Start ddev project
$ ddev start
Install dependencies
$ ddev composer install
Congratulations! You can now access the opigno lms at: https://opigno.ddev.site.
Now follow the instruction on site to complete the setup.