better naming

This commit is contained in:
Felix Roos 2023-12-29 16:48:00 +01:00
parent d106875605
commit 49903abed7
15 changed files with 18 additions and 16 deletions

View file

@ -0,0 +1,10 @@
# minimal repl
This folder demonstrates how to set up a minimal strudel repl using vite and vanilla JS. Run it using:
```sh
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)