added note around npm install to support development in a mono-repo

Mike Blackstock 2018-04-13 09:22:20 -07:00
parent ad99a46499
commit 89b282a8f5
1 changed files with 2 additions and 0 deletions

@ -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. (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. 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. 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 <folder> (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.
</details> </details>