diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da61a66c0d84efbf08481e05899d0d0b2f89653a..589ae4a8cf266e34ad7bc8090d6ae1bf878536e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,4 +32,4 @@ test: script: - cd MaharaMobile - npm run extract - - npm run test \ No newline at end of file + - npm run test diff --git a/README.md b/README.md index fef8679467007aa3730fdbc996ce1ef6917fed96..b152ab964ccd786ca9d9941a537b57521c53a672 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,22 @@ # Mahara Mobile +Mahara Mobile is a mobile app developed to work alongside [Mahara](https://github.com/MaharaProject/mahara), an open source ePortfolio system. [@MaharaProject](https://twitter.com/maharaproject?lang=en) + Mahara Mobile is built using TypeScript, Redux, LinguiJS, and React/React Native. It uses Metro, the JavaScript bundler for React Native to join the code and all its dependencies together. -Our **main codebase** lives at [git.mahara.org](https://git.mahara.org/mahara-mobile/mahara-mobile-react-native) +Our **main codebase** lives at [git.mahara.org](https://git.mahara.org/mahara-mobile/mahara-mobile-react-native). +A clone of our main codebase for **community developers** lives at [github.com](https://github.com/MaharaProject/mahara-mobile-react-native). + +## Support + +There are many ways to get support: + +- [Mahara online user manual](https://manual.mahara.org/en/20.10/misc/mobile.html) +- [Mahara project community forums](https://mahara.org/interaction/forum/view.php?id=479) +- Submit an issue though GitHub + ## [Wiki 📝](https://git.mahara.org/mahara-mobile/mahara-mobile-react-native/-/wikis/home) Our wiki lives at . @@ -96,4 +108,4 @@ If you modify this program, or any covered work, by linking or combining it with the OpenSSL project's OpenSSL library (or a modified version of that library), containing parts covered by the terms of the OpenSSL or SSLeay licenses, the Mahara copyright holders -grant you additional permission to convey the resulting work. +grant you additional permission to convey the resulting work. \ No newline at end of file