From 90dc1b6be0e7f725fe977340c3ee4004749790da Mon Sep 17 00:00:00 2001 From: Rolands Laucis Date: Thu, 27 Oct 2022 19:49:36 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1a19e60..20ade7b 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,11 @@ ## Connect frontend to backend DB reactively! Check [demo](./demo/readme.md) to try an interactive demonstration. + +You might need to link the core lib to the demo manually: +```bash +cd core +npm link +cd ../demo +npm link ../core +```