Skip to content

Commit

Permalink
Add instructions for checking out the snapshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelstrom committed Mar 28, 2011
1 parent 8cffb2c commit f386b97
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -27,6 +27,16 @@
* user
* team

After checking out this repository, run the following commands to get the snapshots:

git co -b 01_create_bottom_tabs origin/01_create_bottom_tabs
git co -b 02_make_each_card_a_view origin/02_make_each_card_a_view
git co -b 03_make_each_card_specialize origin/03_make_each_card_specialize
git co -b 04_add_a_toolbar_to_each_card origin/04_add_a_toolbar_to_each_card
git co -b 05_add_buttons_to_top_toolbar origin/05_add_buttons_to_top_toolbar
git co -b 06_create_text_buttons origin/06_create_text_buttons
git co -b 07_create_icon_buttons origin/07_create_icon_buttons

## Deployment

This code is deployed to Heroku as a static site, served by Rack. All files under the 'public' directory are served as static files (using [Rack::Static][] middleware). The [Rack::Rewrite][] middleware ensures that the index.html file is served for the root path: '/'. This is configured in the [config.ru][] file.
Expand Down

0 comments on commit f386b97

Please sign in to comment.