Felix Roos 34176ab5f8 refactor:
- dedupe flash / highlighting logic
- codemirror logic now lives only in codemirror package
- remove old highlighting logic
- use codemirror package in react package
- cleanup CodeMirror6.jsx
- pull setMiniLocations into useHighlighting
- migrate MiniRepl, nano-repl + Repl to new highlighting
2023-07-04 21:49:39 +02:00
..
2023-07-04 21:49:39 +02:00
2023-02-01 16:09:50 +01:00
2022-08-17 23:59:40 +02:00
2023-05-12 10:21:05 +02:00
2023-03-01 12:57:33 +01:00
2022-12-13 21:32:03 +01:00

nano-repl

this is an example of how to create a repl with strudel and react.

Usage

after cloning the strudel repo:

pnpm i
cd packages/react/examples/nano-repl
pnpm dev

you should now have a repl running at http://localhost:5173/