strudel/examples/codemirror-repl
2025-11-04 20:54:21 -06:00
..
.gitignore better naming 2023-12-29 16:48:00 +01:00
index.html codeformat 2023-12-30 23:21:34 +01:00
main.js Fix drawPianoroll import in codemirror example 2024-05-28 09:40:49 +02:00
package.json fix for node 24 support #1718 2025-11-04 20:54:21 -06:00
README.md better naming 2023-12-29 16:48:00 +01:00
style.css better naming 2023-12-29 16:48:00 +01:00
tunes.mjs refactor: remove await before samples calls in docs etc.. 2024-02-21 10:17:45 +01:00

codemirror-repl example

This folder demonstrates how to set up a full strudel repl with the @strudel/codemirror package. Run it using:

pnpm i
pnpm dev