https://github.com/noeldemartin/moodleapp-custom
https://github.com/noeldemartin/moodleapp-custom
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noeldemartin/moodleapp-custom
- Owner: NoelDeMartin
- Created: 2020-01-13T12:24:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T14:07:36.000Z (over 5 years ago)
- Last Synced: 2025-02-25T13:18:53.768Z (7 months ago)
- Language: TypeScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Custom Moodle Mobile
====================After cloning this repository, prepare the working directory calling the script at `/scripts/synchronize-files.sh`. This script will clone the [moodleapp](https://github.com/moodlehq/moodleapp) repository and merge it with the customizations. An optional first argument can be passed to specify which branch to synchronize with.
When the files are synchronized, development can be done in the same way that the base repository. But keep in mind that most files are ignored, and only the code within `/src/custom` is tracked in this repository.