mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
45 lines
2.1 KiB
Markdown
45 lines
2.1 KiB
Markdown
<h1 align="center">YunoHost Admin</h1>
|
|
|
|
<div align="center">
|
|
|
|
![Version](https://img.shields.io/github/v/tag/yunohost/yunohost-admin?label=version&sort=semver)
|
|
[![Tests status](https://github.com/YunoHost/yunohost-admin/actions/workflows/eslint.yml/badge.svg)](https://github.com/YunoHost/yunohost-admin/actions/workflows/eslint.yml)
|
|
[![Project license](https://img.shields.io/gitlab/license/yunohost/yunohost)](https://github.com/YunoHost/yunohost/blob/dev/LICENSE)
|
|
|
|
[YunoHost](https://yunohost.org) administration web interface (VueJS client for the API).
|
|
|
|
This client is a part of the YunoHost project, and can not be installed directly. Please visit the YunoHost website for [installation instructions](https://yunohost.org/install).
|
|
|
|
![](./doc/home.png)
|
|
|
|
</div>
|
|
|
|
Issues
|
|
------
|
|
|
|
- [Please report issues on YunoHost bugtracker](https://github.com/YunoHost/issues).
|
|
|
|
Translation
|
|
-----------
|
|
|
|
You can help translate Yunohost-Admin on our [translation platform](https://translate.yunohost.org/engage/yunohost/?utm_source=widget)
|
|
|
|
<div align="center"><img src="https://translate.yunohost.org/widgets/yunohost/-/admin/horizontal-auto.svg" alt="Translation status" /></div>
|
|
|
|
Developpers
|
|
-------------
|
|
|
|
Contributions are welcome!
|
|
|
|
In order to contribute you will need to setup a development environment using [ynh-dev](https://github.com/YunoHost/ynh-dev) (see the README).
|
|
Once you have a environment running and are attached to it (with `./ynh-dev start`) you will be able to run:
|
|
|
|
```
|
|
$ ./ynh-dev use-git yunohost-admin
|
|
```
|
|
|
|
This command will install all dependencies and start a dev server (based on [webpack-dev-server](https://github.com/webpack/webpack-dev-server)) with Hot-Module-Replacement (live updates on code modification without reloading the page nor rebuilding the whole code). After the build step, click on the "Network:" link and you are good to go.
|
|
|
|
You can also install [Vue Devtools](https://addons.mozilla.org/fr/firefox/addon/vue-js-devtools/) (module for Firefox but also exists for Chromium/Chrome) if you want component trees, performance views and so on.
|
|
|
|
On a YunoHost instance, the web admin files are located at `/usr/share/yunohost/admin`.
|