Difference between revisions of "Getting Started - Enyo Apps"

From WebOS-Ports
Jump to navigation Jump to search
(Created page with "Test Enyo Apps")
 
(How to run the Calendar app.)
Line 1: Line 1:
Test Enyo Apps
+
== What is Enyo? ==
 +
[http://enyojs.com/ 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:
 +
# <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).

Revision as of 14:07, 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).