You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mediarepo/mediarepo-ui/README.md

34 lines
739 B
Markdown

<h1 align="center">
mediarepo-ui
</h1>
<p align="center">
<img src="https://github.com/Trivernis/mediarepo-ui/raw/main/src-tauri/icons/64x64.png"/>
</p>
<h3 align="center" style="color:red">This repository is a work in progress</h3>
- - -
This repository contains a frontend client to connect to
the [mediarepo-daemon](../mediarepo-daemon). It is written in tauri (yay).
## Usage
Refer to [the tauri documentation](https://tauri.studio/en/docs/getting-started) for information about setting up your
environment to build this project. With the `cargo-tauri` tooling installed you can run
```
cargo tauri dev
```
to start the application in development mode or
```
cargo tauri build
```
to bundle the application.
## License
GPL-3