To run in your browser:
- Open www/index.html in your browser
To run as a Cordova app:
-
Open Terminal and type:
cordova create olympic-dashboard-d3 cd olympic-dashboard-d3 cordova platforms add ios cordova plugin add org.apache.cordova.device cordova plugin add org.apache.cordova.console cordova plugin add org.apache.cordova.statusbar
-
Delete the www folder that was created and replace it with the www folder from this repo
-
In terminal type:
cordova build ios
-
Open the .xcodeproj file in the platforms/ios folder and run the app in the emulator or on your iOS device. To run the app on your iOS device, you need an Apple developer certificate and an app provisioning profile.