A simple API client for a simple task.
If release tab doesn't have what you need or you prefer to build Lagrange form source, please follow the instruction below.
- Node.js
- Rust
- Tauri
- gcc (For compiling C++ linked library)
- yarn (optional)
- Webview 2 (Windows)
- Clone repo
git clone https://github.com/saltyaom/lagrange && cd lagrange
- Install dependency Install frontend dependency and CLI for bundling
yarn
- Build Run build command and wait for output usually takes around 3-4 minute on the first build for average computer
yarn tauri build
- Output
Built should now be available in
src-tauri/target/release
and there should be executable base on your current OS you built.
cd src-tauri/target/release