#Rikulo
Rikulo is a cross-platform framework for creating amazing Web and native mobile applications in Dart and HTML 5. You can access your application directly with a modern Web browser without any plug-in. You can also build it as a native mobile application accessing the device's resources transparently.
Rikulo is distributed under an Apache 2.0 License.
##Notes to Contributors
###Create Addons
Rikulo is easy to extend. The simplest way to enhance Rikulo is to create a new repository and add your own great widgets and libraries to it.
###Fork Rikulo
If you'd like to contribute back to the core, you can fork this repository and send us a pull request, when it is ready.
Please be aware that one of Rikulo's design goals is to keep the sphere of API as neat as possible. It might take some effort to convince us.
If you are new to Git or GitHub, please read this guide first.
##Development Notes
###Compile LESS to CSS
Rikulo CSS rules are written in view.less. If you modify it, you have to invoke bin/lesscss to generate view.css (under Linux or Cygwin bash).