Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 936 Bytes

readme.md

File metadata and controls

25 lines (18 loc) · 936 Bytes

Unify Project 2.0

Native-like applications for smartphones, tablets and desktops

Unify was built to improve the development efficiency of apps for smartphones. Currently it supports smartphones based on the platforms iOS, Android and WebOS. There is support for deskop operating systems like Windows or Mac OS as well.

Unify is made available under a dual license: MIT + Apache, Version 2.0. For details take a look at the individual license files.

Setup

You only need 4 steps to set up unify.

  1. git clone https://github.com/unify/unify.git
  2. cd unify
  3. git submodule update --recursive --init
  4. cd ..
  5. unify/create-application.py -n myapp
  6. cd myapp
  7. ./generate.py source
  8. Load files in myapp/source in browser

Happy coding.