mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Web administration interface for YunoHost
debian | ||
src | ||
.gitignore | ||
.htaccess | ||
LICENSE | ||
README.md |
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