2015-08-29 15:24:20 +02:00
|
|
|
|
# YunoHost Admin
|
2013-07-01 15:56:32 +02:00
|
|
|
|
|
|
|
|
|
JS client for YunoHost API
|
2014-03-19 11:57:46 +01:00
|
|
|
|
|
2015-10-25 14:15:56 +01:00
|
|
|
|
**Please report issues here** (no registration needed):
|
|
|
|
|
https://dev.yunohost.org/projects/yunohost/issues
|
|
|
|
|
|
|
|
|
|
|
2015-08-29 15:24:20 +02:00
|
|
|
|
## Installation
|
2014-03-19 11:57:46 +01:00
|
|
|
|
|
2015-08-29 15:24:20 +02:00
|
|
|
|
This client is a part of the YunoHost projet, and can not be installed
|
|
|
|
|
directly. Please visit [YunoHost website](https://yunohost.org) for
|
|
|
|
|
more information.
|
2014-03-19 11:57:46 +01:00
|
|
|
|
|
2015-08-29 15:24:20 +02:00
|
|
|
|
## Contributing
|
2014-03-19 11:57:46 +01:00
|
|
|
|
|
2015-08-29 15:24:20 +02:00
|
|
|
|
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](http://nodejs.org/) is installed, you can run a
|
|
|
|
|
build with:
|
|
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
cd src
|
|
|
|
|
npm install
|
|
|
|
|
npm install -g gulp
|
|
|
|
|
gulp build
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
|
|
* Bootstrap 3.1.1
|
2015-10-25 14:15:56 +01:00
|
|
|
|
* Font-Awesome 4.0.3
|