-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lerna Documentation For Development #629
Comments
Do you have some examples of some cases/patterns? It would help me better understand what level om details would be most helpful here. |
Thanks, I think it would be helpful to have docs around:
An example would be, I want to alter the javascript for the UI, how do I install the code locally, where do I alter the code, how can I compile and test the changes. I am also wondering if you would be open to us putting codespaces dev container into this project so people can jump into a pre-configured environment to help with some of the install? |
It would also be helpful to document how to point jupyter lab at a local nbdime path. |
👋 I am working on some of the npm packages to add some lazy evaluation and other features we discussed. I am running into issues with Typescript not properly finding the nbdime packaged when building the webapp and lab packages. I am also not sure of the best ways to interact with the local server when altering things locally.
It would be great to document some of the common development patters around this and would unblock us from making some improvements to nbdime. Thanks ❤️
cc @vidartf
The text was updated successfully, but these errors were encountered: