villebro commented on a change in pull request #8638: [wip] superset-ui-plugins 
linking tool for local development
URL: 
https://github.com/apache/incubator-superset/pull/8638#discussion_r391512060
 
 

 ##########
 File path: CONTRIBUTING.md
 ##########
 @@ -805,6 +805,12 @@ Here's an example as a Github PR with comments that 
describe what the
 different sections of the code do:
 https://github.com/apache/incubator-superset/pull/3013
 
+To run Superset using visualization plugins from your local machine, run `npm 
run plugin-devmode-on`. This will use `npm link` to connect the Superset 
frontend to your local copy of 
[superset-ui-plugins](https://github.com/apache-superset/superset-ui-plugins). 
This command uses the environment variable `SUPERSET_UI_PLUGINS_PATH` to 
determine the path, defaulting to `../superset-ui-plugins`. So, for examplem, 
if the path to your local `superset-ui-plugins` repo, relative to 
`incubator-superset`, happens to be `../../my-fork-of-superset-ui-plugins`, 
then run `SUPERSET_UI_PLUGINS_PATH=../../my-fork-of-superset-ui-plugins npm run 
plugin-devmode-on`
 
 Review comment:
   typo: "examplem"

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to