Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 521 Bytes

BUILD.md

File metadata and controls

25 lines (19 loc) · 521 Bytes

Building Saturn

Saturn uses Tauri and has a Typescript frontend and Rust backend. For contribution purposes, you can contribute to the app by building Saturn locally.

First, please install the following tools:

Before development, install dependencies using

yarn install

To run for development, use

yarn tauri dev

To build a binary for your platform, use

yarn tauri build