From 81b6dede039b96157c93eb07153aa07f07c8316b Mon Sep 17 00:00:00 2001 From: Felix Roos Date: Sat, 26 Mar 2022 16:49:58 +0100 Subject: [PATCH] add lerna bootstrap command --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db331e5e..34fc9d14 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Run the REPL locally: ```bash npm install +npx lerna bootstrap cd repl npm install npm run start