An open source Gitlab client PWA and hybrid app for IOS and Android built with Ionic Framework.
LIVE:
https://cyphercodes.gitlab.io/GitlabApp/
$ git clone https://gitlab.com/CypherTulip/WhoIMet/WhoIMetIonic.git
$ cd WhoIMetIonic
$ npm update
Then you can run:
$ ionic serve
Each time you want to work on the project, make sure you pull the latest version to your local machine by running:
$ git pull
Then, start coding.
When you are done, run the commands below to push back the changes:
$ git add .
$ git commit -m 'ENTER A MESSAGE HERE (WHAT DID YOU CHANGE, WHAT IS THE ISSUE REFERENCE NUMBER #XXX)'
$ git push
For this application, Gitlab OAuth will only work if it is running on one of the below:
- A device with cordova (installed app on Android or IOS)
- Local server running on
localhost
or onlocalhost:8100
- On the main GitLab page for the project: https://cyphercodes.gitlab.io/GitlabApp