How to install and run strudel (Live Coding Music Tutorial)
· One min read
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
