mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-15 23:58:33 +00:00
16 lines
279 B
Markdown
16 lines
279 B
Markdown
# @strudel/sampler
|
|
|
|
This package allows you to serve your samples on disk to the strudel REPL.
|
|
|
|
```sh
|
|
cd ~/your/samples/
|
|
npx @strudel/sampler
|
|
```
|
|
|
|
This will run a server on `http://localhost:5432`.
|
|
You can now load the samples via:
|
|
|
|
```js
|
|
samples('http://localhost:5432')
|
|
```
|