@strudel/sampler

This package allows you to serve your samples on disk to the strudel REPL.

cd ~/your/samples/ 
npx @strudel/sampler

This will run a server on http://localhost:5432. You can now load the samples via:

samples('http://localhost:5432')

Options

LOG=1 npx @strudel/sampler # adds logging
PORT=5555 npx @strudel/sampler # changes port