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.gitChange to the directory of repository.
$ cd opigno-ddevStart ddev project
$ ddev startInstall dependencies
$ ddev composer installCongratulations! You can now access the opigno lms at: https://opigno.ddev.site.
Now follow the instruction on site to complete the setup.