Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 981 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 981 Bytes

s-rack

Rust Rust CI Status Made with love at the Recurse Center

A modular softsynth

screenshot

Building and running

Like most Rust apps, s-rack uses Cargo to build:

cargo run

or

cargo build

Developing for web

s-rack uses Trunk to manage building for web.

You can trunk serve to start a live-reloading environment or trunk build to create a build in dist/.