Skip to main content

How to install and run strudel (Live Coding Music Tutorial)

· One min read
Gus
Editor

This is a short tutorial on how to install and run strudel from terminal (rather than web or native offline apps).

This blog post was requested as the code wasn't displaying correctly in the YouTube video's description box.

Video

Code

curl -o- https://raw.githubusercontent.com/nvm... | bash
corepack enable
corepack prepare pnpm@latest
git clone https://codeberg.org/uzu/strudel
cd strudel
pnpm install
pnpm build
pnpm preview

Comments

Community Rules
This is a community. Please be constructive and polite in your comments and interactions. No toxic negativity.
Comments use GitHub via giscus. By interacting with comments, you consent to GitHub's data processing. See our Privacy Policy for more information.