mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
38 lines
759 B
Markdown
38 lines
759 B
Markdown
# 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](https://yunohost.org) 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](http://nodejs.org/) is installed, you can run a
|
||
build with:
|
||
|
||
```sh
|
||
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
|