Web administration interface for YunoHost
Find a file
2015-09-03 09:36:14 +02:00
debian [fix] Last commit was wrong. Fix Debian makefile. 2015-09-02 10:23:23 +02:00
src [enh] Add CSS Lint task. 2015-09-03 09:36:14 +02:00
.gitignore [enh] Add CSS Lint task. 2015-09-03 09:36:14 +02: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 [enh] Use Gulp to process Less, JS and images files. 2015-08-29 15:26:24 +02:00

YunoHost Admin

JS client for YunoHost API

## 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