Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Latest commit

 

History

History
45 lines (28 loc) · 1.33 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.33 KB

Kitchen Sink for titanium-backbone

I won't lie to you. There's not much to see yet. This is still VERY early.

If you run this app from within titanium-backbone, though, you'll currently see this:

Sample App

Not bad considering how little code is required to create it!

Installation

Install Titanium SDK

Visit the Titanium download page and follow the instructions from there to download Titanium Studio (and the Titanium SDK), or clone the GitHub repository at https://github.com/appcelerator/titanium_mobile.

Clone the project to your development machine:

$ git clone https://github.com/trabian/titanium-backbone-ks.git
$ cd titanium-backbone-ks

Install package dependencies

$ npm install

(Optional) Install titanium-backbone as a submodule

If you would like to make changes to titanium-backbone-ks and titanium-backbone, run the following:

$ npm run-script develop

This will pull the latest titanium-backbone code as a submodule and create a link to this submodule within node_modules.

Run the app

$ cake t:iphone:run