From 41a40c74efcc0a3fc32157a8ee87064337b3f945 Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Thu, 21 Mar 2024 22:45:11 +0100 Subject: [PATCH] add run instruction --- examples/worker-repl/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/worker-repl/README.md b/examples/worker-repl/README.md index 5ff79050..41e5fba1 100644 --- a/examples/worker-repl/README.md +++ b/examples/worker-repl/README.md @@ -5,3 +5,10 @@ It is also an experiment to use the `worker-timers` lib to test scheduling in in but not the reason why it works. You can comment out the import from `worker-timers` and it still works precisely.. I am not 100% sure why it works + the poc also doesn't implement cps yet.. + +run it with: + +```sh +pnpm i +pnpm dev +```