Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.
/ overture Public archive
forked from fastmail/overture

[ARCHIVED] Overture is a powerful JS library for building really slick web applications, with performance at, or surpassing, native apps.

License

Notifications You must be signed in to change notification settings

linagora/overture

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overture

Overture is a JavaScript library that contains all the tools you need to build a slick, modern web app. It was originally built to power FastMail's awesome webmail.

To get started, check out the heavily commented Todo demo app in the examples folder, or use your browser web dev tools on the live demo at: http://overturejs.com/examples/Todo/.

You can find API documentation and download a pre-built copy of the library from http://overturejs.com.

Overture is MIT licensed. No animals were harmed in the making of this code.

Building from Source

  1. Clone the repository:

    git clone https://github.com/fastmail/overture.git

  2. Go to the repository directory

    cd overture

  3. Install Node libraries

    npm install

  4. Run Make

    make

If you only want to build only the code:

make build

About

[ARCHIVED] Overture is a powerful JS library for building really slick web applications, with performance at, or surpassing, native apps.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.3%
  • Other 0.7%