Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 772 Bytes

README-en.md

File metadata and controls

59 lines (39 loc) · 772 Bytes

Tongfang Utility

An application made for Tongfang laptop users whose laptop is running macOS.

Download

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:

brew install nodejs yarn
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Clone Repo

git clone git@github.com:kirainmoe/tongfang-utility.git

Install Dependencies

cd tongfang-utility
yarn install

Start a Dev Server

yarn dev:vite
yarn tauri dev

Build Executable File / DMG

yarn build:vite
yarn tauri build

License

MIT