A geo-social app for immersive experience at festivals.
Tied third place at Facebook Melbourne Hackathon 2017
This is a web app bundled into apk using Apache Cordova.
└─BeThereMobile
├─www
│ ├─vendor // external libs
│ ├─scripts
│ └─css
│
└─bin
└─Android
└─Debug // built apk
- Framework 7 - Docs
First of all ensure you have a file called secure.js in your scripts folder. There is an example in www/scripts/secure.js.example.
- Windows
- Install Visual Studio 2017
- Select the
Mobile development with JavaScriptworkload when installing - Open the solution file
BeThereMobile.sln - Just build
You can also just go into
BeThereMobile/wwwand runpython -m SimpleHTTPServerto run the web app locally.
