https://github.com/zingerlittlebee/servermilk
ServerBee backend desktop for windows macos linux
https://github.com/zingerlittlebee/servermilk
Last synced: about 1 year ago
JSON representation
ServerBee backend desktop for windows macos linux
- Host: GitHub
- URL: https://github.com/zingerlittlebee/servermilk
- Owner: ZingerLittleBee
- Created: 2022-11-09T09:25:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T16:42:58.000Z (about 2 years ago)
- Last Synced: 2024-04-25T17:49:37.415Z (about 2 years ago)
- Language: TypeScript
- Homepage: https://apps.apple.com/us/app/serverbee/id6443553714
- Size: 9.92 MB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Language : 🇺🇸 English | [🇨🇳 简体ä¸ć–‡](./README.zh-CN.md)
ServerMilk
A desktop wrapper power by [tauri](https://github.com/tauri-apps/tauri) for [server_bee-backend](https://github.com/ZingerLittleBee/server_bee-backend)
Backend for iOS application named [ServerBee](https://apps.apple.com/us/app/serverbee/id6443553714)



## Snapshot






## How to compile
### Prerequisites
[Please refer to the tauri guide](https://tauri.app/v1/guides/getting-started/prerequisites/)
### Quick Start
```bash
$ git clone --recursive https://github.com/ZingerLittleBee/ServerMilk.git
$ cd ServerMilk
$ git submodule update --remote
$ pnpm i
$ pnpm tauri build
```
and then, find release in `src-tauri/target/release/bundle`
## “ServerMilk” is damaged and can’t be opened
“ServerMilk” is damaged and can’t be opened. You should move it to the Trash.
Solution: Open the terminal and enter the following command
```shell
xattr -cr /Applications/ServerMilk.app
```
## Found an issue or have a proposal
[Create an issue](https://github.com/ZingerLittleBee/ServerMilk/issues)
## Release Notes
SEE [CHANGELOG](./CHANGELOG.md)