strudel/examples/minimal-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 refactor: remove now redundant controls imports 2024-02-28 00:36:44 +01: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
tune.mjs fix examples 2024-02-28 00:36:59 +01:00

minimal repl

This folder demonstrates how to set up a minimal strudel repl using vite and vanilla JS. Run it using:

npm i
npm run dev

If you're looking for a more feature rich alternative, have a look at the [../codemirror-repl](codemirror-repl example)