Getting Started - Enyo Apps

From WebOS-Ports
Revision as of 14:13, 3 January 2016 by KyleMaas (talk | contribs) (Running Contacts.)
Jump to navigation Jump to search

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).