mirror of
https://github.com/frappe/lms.git
synced 2025-12-03 14:34:53 +00:00
1.1 KiB
1.1 KiB
School
Create online courses without much hassle.
- Create online courses in a simple manner
- The UI is clean and minimal
- Lessons can be in the form of texts, videos, quizzes or a combination of all of these.
Development Setup
Contribution Guidelines
- Go to the apps/school directory of your installation and execute git pull --unshallow to ensure that you have the full git repository. Also fork the frappe/school repository on GitHub.
- Check out a working branch in git (e.g. git checkout -b my-new-branch).
- Make your proposed changes to the source
- Run your local version (e.g. bench start in your bench installation). Make sure that your changes work the way you want them to.
- Commit your changes to your branch. Make sure to use a semantic commit message.
- Push your branch to your fork on Github, and issue a pull request.
