Viglet Shio LMS - Manage, document, track, create reports and deliver educational courses.
If you'd like to contribute to Viglet Shio LMS, be sure to review the contribution guidelines.
We use GitHub issues for tracking requests and bugs.
$ git clone https://github.com/ShioCMS/shio-lms.git
$ cd shio-lms
Use NPM to install the modules.
$ npm install
Use Ng and Gradle to execute Shio LMS.
$ ng serve --open
$ ./gradlew bootrun
Use Ng and Gradle to build Shio LMS.
$ ng build --prod
$ ./gradlew build
Home: http://localhost:2711