mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
Clean up CONTRIBUTING.md: (#5911)
- Reorganize sections for better navigability - Add table of contents - Rework frontend assets section for clarity and DRY - Rework translating section for clarity, add "Add Translations" contribution type - Move release docs only useful for maintainers to RELEASING.md - Other miscellaneous improvements
This commit is contained in:
committed by
Maxime Beauchemin
parent
8fff0d9e8f
commit
549328f8f0
@@ -672,20 +672,12 @@ and run via: ::
|
||||
|
||||
celery flower --app=superset.sql_lab:celery_app
|
||||
|
||||
Making your own build
|
||||
Building from source
|
||||
---------------------
|
||||
|
||||
For more advanced users, you may want to build Superset from sources. That
|
||||
More advanced users may want to build Superset from sources. That
|
||||
would be the case if you fork the project to add features specific to
|
||||
your environment.::
|
||||
|
||||
# assuming $SUPERSET_HOME as the root of the repo
|
||||
cd $SUPERSET_HOME/superset/assets
|
||||
yarn
|
||||
yarn run build
|
||||
cd $SUPERSET_HOME
|
||||
python setup.py install
|
||||
|
||||
your environment. See `CONTRIBUTING.md <https://github.com/apache/incubator-superset/blob/master/CONTRIBUTING.md#local-development>`_.
|
||||
|
||||
Blueprints
|
||||
----------
|
||||
|
||||
Reference in New Issue
Block a user