From 06cffbc31bda7ed9cb6d9f044d077f07cbf52de8 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Wed, 1 Mar 2023 12:57:33 +0100 Subject: [PATCH] add readme to nano repl --- packages/react/examples/nano-repl/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 packages/react/examples/nano-repl/README.md diff --git a/packages/react/examples/nano-repl/README.md b/packages/react/examples/nano-repl/README.md new file mode 100644 index 00000000..5a8de496 --- /dev/null +++ b/packages/react/examples/nano-repl/README.md @@ -0,0 +1,15 @@ +# nano-repl + +this is an example of how to create a repl with strudel and react. + +## Usage + +after cloning the strudel repo: + +```sh +pnpm i +cd packages/react/examples/nano-repl +pnpm dev +``` + +you should now have a repl running at `http://localhost:5173/`