-
Notifications
You must be signed in to change notification settings - Fork 129
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
Document how to connect easily plots2 and PL.editor projects for local development #628
Comments
Hi @Sagarpreet i think outreachy applicants can work on this right? If you think that would be necessary, maybe add some more straightforward details about how to do this like is with the other FTO issues? My thought is that some new comers may not immediately grasp the yarn docs enough to apply it in our own doc 😃 |
Great idea @Shulammite-Aso, sure will do 😄 ! |
@Sagarpreet kindly can you add more details? |
So while working in PL.editor, many times it is required to test your changes in plots2 project. Better way to do is to use
If you have watcher running in PublicLab.Editor project, that will build Thanks @Janitham97 @ebarry @Shulammite-Aso 🚀 |
I did yarn link in PublicLab.Editor folder |
Hey @Janitham97 , plots2 is a different project where PublicLab.Editor is used: https://github.com/publiclab/plots2 |
Can anyone assign me a beginner-friendly issue? |
Hello, is anyone working on this task now?? I am interested in this, has a PR been opened for this? |
could I work on this? if its available? |
Is this issue still open? I would like to work on it. |
@sagarpreet-chadha I would like to contribute to this issue. |
Hi,
We have already written amazing documentation on how to connect the 2 projects here , however it requires us to do
yarn install --force
in plots2 every time we do change in PL.editor.Let's use
yarn link
instead and make it seamless 😄Resources: https://classic.yarnpkg.com/en/docs/cli/link/
The text was updated successfully, but these errors were encountered: