mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
+ remove /master from dirt-samples calls (there is now a main branch) + remove /main endings from some places
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)