If interested in the mobile beta, follow these steps:
- Clone, fork or download the source code from this Github page
- Install Maven
- Install Ionic
npm install -g cordova ionic
- Point your terminal to the directory you cloned Tatami to.
cd mobile
- Run Maven :
mvn -Pmobile-prod install
- Open Xcode
- Open
tatami/mobile/platforms/ios/Tatami.xcodeproj
- Connect device
- Click play on top left
- Connect device
- Run the following command
ionic build android && ionic run android