strudel/examples/minimal-repl
2024-01-18 09:54:37 +01: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 the big rename: @strudel.cycles/* -> @strudel/* 2024-01-18 09:54:37 +01:00
package.json the big rename: @strudel.cycles/* -> @strudel/* 2024-01-18 09:54:37 +01:00
README.md better naming 2023-12-29 16:48:00 +01:00
tune.mjs better naming 2023-12-29 16:48:00 +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)