This is Sencha Touch 2 application developed for JEEConf 2013. The app allows to navigate through sessions schedule and pick the ones you want to visit by marking them as favorites. The app is hosted here.
- Sencha CMD installed (tested with v3.1.2.342) and available on your PATH
- Ruby below version 2.0.0 installed and available on your PATH.
- Make sure your environment conforms prerequisites mentioned above.
- Download Sencha Touch 2 SDK (tested with version 2.2.1) from sencha.com and unpack archive with SDK to the root directory of the project. Make sure the SDK folder is named
touch
. - Open terminal in the directory of the project.
- Run following command to build the app:
sencha app build
If there is no error messages in the command's output, everything is properly configured and you are good to go customizing the app. Otherwise, you should fix all the issues of your local environment before starting developing.