Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirainmoe/tongfang-utility
✨An all-in-one hackintosh toolbox for Tongfang laptops.
https://github.com/kirainmoe/tongfang-utility
control-center hackintosh hasee macos project-starbeat tongfang
Last synced: 5 days ago
JSON representation
✨An all-in-one hackintosh toolbox for Tongfang laptops.
- Host: GitHub
- URL: https://github.com/kirainmoe/tongfang-utility
- Owner: kirainmoe
- Created: 2019-08-18T15:46:54.000Z (about 5 years ago)
- Default Branch: v4
- Last Pushed: 2023-03-25T00:56:00.000Z (over 1 year ago)
- Last Synced: 2024-05-28T23:31:19.313Z (6 months ago)
- Topics: control-center, hackintosh, hasee, macos, project-starbeat, tongfang
- Language: TypeScript
- Homepage:
- Size: 16.2 MB
- Stars: 167
- Watchers: 8
- Forks: 20
- Open Issues: 13
-
Metadata Files:
- Readme: README-en.md
Awesome Lists containing this project
README
# Tongfang Utility
An application made for Tongfang laptop users whose laptop is running macOS.
## Download
- [GitHub Release](https://github.com/kirainmoe/tongfang-utility/releases)
## Develop Guide
### Tech Stack
- Node.js / Rust / C++
- tauri
- React
- Mobx
- Vite (esbuild)
- Arco Design / Ant Design### Set up Environment
Install Node.js and Rust:
```sh
brew install nodejs yarn
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```### Clone Repo
```sh
git clone [email protected]:kirainmoe/tongfang-utility.git
```### Install Dependencies
```sh
cd tongfang-utility
yarn install
```### Start a Dev Server
```sh
yarn dev:vite
yarn tauri dev
```### Build Executable File / DMG
```sh
yarn build:vite
yarn tauri build
```## License
MIT