An application made for Tongfang laptop users whose laptop is running macOS.
- Node.js / Rust / C++
- tauri
- React
- Mobx
- Vite (esbuild)
- Arco Design / Ant Design
Install Node.js and Rust:
brew install nodejs yarn
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
git clone git@github.com:kirainmoe/tongfang-utility.git
cd tongfang-utility
yarn install
yarn dev:vite
yarn tauri dev
yarn build:vite
yarn tauri build
MIT