Difference between revisions of "Getting Started - Enyo Apps"
Jump to navigation
Jump to search
(Created page with "Test Enyo Apps") |
(How to run the Calendar app.) |
||
| Line 1: | Line 1: | ||
| − | + | == 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 13: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:
git clone https://github.com/webOS-ports/org.webosports.app.calendar.git
- Open the org.webosports.app.calendar/index.html file in Firefox (it does not presently work in Google Chrome).