Web administration interface for YunoHost
Find a file
Jérôme Lebleu 39c281f70f Merge pull request #114 from yunohost-bot/unstable-weblate
[i18n] Update translations from Weblate
2016-03-01 18:19:33 +01:00
debian Update changelog for 2.3.4 release 2016-02-07 19:57:34 +01:00
src [i18n] Translated using Weblate (French) 2016-03-01 18:16:25 +01:00
.gitignore [fix] Update .gitignore 2015-10-25 21:35:54 +01:00
.htaccess Add .htaccess 2013-09-23 22:44:32 +02:00
LICENSE Add AGPL license 2015-07-15 15:28:59 +02:00
README.md Update README.md 2015-10-25 14:15:56 +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 gulp
gulp build

Dependencies

  • Bootstrap 3.1.1
  • Font-Awesome 4.0.3