diff --git a/docs/_includes/masthead.html b/docs/_includes/masthead.html index 02382ea..8e746ce 100644 --- a/docs/_includes/masthead.html +++ b/docs/_includes/masthead.html @@ -11,6 +11,7 @@ Getting started Components Examples + About GitHub project diff --git a/docs/getting-started.html b/docs/getting-started.html index e0a7693..06318c7 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -19,15 +19,15 @@ title: Getting started · Ratchet

Quick start

-

Quickly get up and running with a Ratchet prototype.

+

Quickly get up and running with a Ratchet app.

1. Create your pages

Use the documentation as a reference for all the available components and piece together the pages of your app. Be sure to look at the basic page template and example applications. Make sure to add ratchet-theme-ios.css or ratchet-theme-android.css to your app's <head> if you have a specific platform in mind.

2. Connect pages with push.js

-

Read about push.js then start connecting your pages. Push.js allows you to create a prototype that feels like a real app when you save it to your phone. (Need to have a server running).

+

Read about push.js then start connecting your pages. Push.js allows you to create a app that feels like a real app when you save it to your phone. (Need to have a server running).

-

3. Save the prototype to your phone

+

3. Save the app to your phone

There are a few ways to do this, but the simplest is to run a local server on your computer, point Safari on your iPhone to your computer, then click the button and "Add to Home Screen". For Android, check out this guide.