Web administration interface for YunoHost
Find a file
Jérôme Lebleu 143075222a [i18n] Translated using Weblate (French)
Currently translated at 99.3% (292 of 294 strings)
2016-04-08 22:52:59 +02:00
debian Update changelog for 2.3.6 release 2016-03-23 11:57:39 +01:00
src [i18n] Translated using Weblate (French) 2016-04-08 22:52:59 +02:00
.gitignore [enh] add some more debian stuff to .gitignore 2016-03-04 18:27:06 +01:00
LICENSE Add AGPL license 2015-07-15 15:28:59 +02:00
README.md [doc] Update README with deps 2016-03-04 18:34:11 +01:00

YunoHost Admin

JS client for YunoHost API

Please report issues here (no registration needed):
https://dev.yunohost.org/projects/yunohost/issues

## Installation

This client is a part of the YunoHost projet, and can not be installed directly. Please visit YunoHost website for more information.

Contributing

Feel free to improve the plugin and send us a pull request.

We use gulp to compile Less files and minify the JavaScript. Assuming nodejs is installed, you can run a build with:

cd src
npm install
npm install -g bower
bower install
npm install -g gulp
gulp build

Dependencies

  • Bootstrap 3.3.6
  • Font-Awesome 4.5.0
  • Handlebars 1.3.0
  • Sammy 0.7.6
  • Jquery-Cookie 2.1.0