From 89b282a8f5a8e82705b153a7689b6e41db6f8a8f Mon Sep 17 00:00:00 2001 From: Mike Blackstock Date: Fri, 13 Apr 2018 09:22:20 -0700 Subject: [PATCH] added note around npm install to support development in a mono-repo --- Design:-Runtime-Editor-Split.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Design:-Runtime-Editor-Split.md b/Design:-Runtime-Editor-Split.md index 642f95e..24a8bfb 100644 --- a/Design:-Runtime-Editor-Split.md +++ b/Design:-Runtime-Editor-Split.md @@ -134,4 +134,6 @@ While distributed and scaled are similar, there is one possible distinction that (KN) - Currently a runtime does not receive user information from editor. In our past discussion, a runtime needs to receive the information from editor after splitting them. We may also need to consider the case that both runtime and editor authenticate with different servers. + +(MAB) - started a test project to demonstrate how to use npm install (npm 5.x) to set up symlinks in a mono-repo during development. https://github.com/mblackstock/test-project. Normal `npm install` uses published npm packages. If you run the devInstall script, it sets up the symlinks to the local code in the repo. More info in the README.