Skip to content

fsek/app

Repository files navigation

F-sektionen mobile app (F-app)

A Phonegap app for the web services of the F-guild.

Branches

master

  • Unreleased, but stable commits are merged to this branch.
  • Should use the staging API (https://stage.fsektionen.se/api).
  • Automatically builds development binaries for Android and iOS through Phonegap Build

production

  • Reset this branch to master to initialize the deployment of a production version.
  • Automatically changes links and constants to the production API (https://fsektionen.se/api).
  • Automatically builds production binaries for Android and iOS through Phonegap Build.

Getting started

Head to the wiki to learn how to setup and use the system.


What you should never do:

  • Force-push new commits to master or production
  • Create commits directly on master or production