Difference between revisions of "Getting Started - Enyo Apps"

From WebOS-Ports
Jump to navigation Jump to search
(How to run the Calendar app.)
(Running Contacts.)
Line 6: Line 6:
 
# <pre>git clone https://github.com/webOS-ports/org.webosports.app.calendar.git</pre>
 
# <pre>git clone https://github.com/webOS-ports/org.webosports.app.calendar.git</pre>
 
# Open the org.webosports.app.calendar/index.html file in Firefox (it does not presently work in Google Chrome).
 
# Open the org.webosports.app.calendar/index.html file in Firefox (it does not presently work in Google Chrome).
 +
 +
== Contacts ==
 +
To download the Contacts app and try running it:
 +
# <pre>git clone https://github.com/webOS-ports/org.webosports.app.contacts.git</pre>
 +
# Open the org.webosports.app.contacts/index.html file in Firefox (it does not presently work correctly in Google Chrome).

Revision as of 14:13, 3 January 2016

What is Enyo?

Enyo is a cross-platform JavaScript framework for making apps. A number of the built-in LuneOS apps are written using Enyo.

Calendar

To download the Calendar app and try running it:

  1. git clone https://github.com/webOS-ports/org.webosports.app.calendar.git
  2. Open the org.webosports.app.calendar/index.html file in Firefox (it does not presently work in Google Chrome).

Contacts

To download the Contacts app and try running it:

  1. git clone https://github.com/webOS-ports/org.webosports.app.contacts.git
  2. Open the org.webosports.app.contacts/index.html file in Firefox (it does not presently work correctly in Google Chrome).