I'm evaluating apache-superset against other and therefore looking into how to do custom development to the project and then deploy these changes.
I followed the "CONTRIBUTING.MD" file in the github for instruction on how to set up the project for local development. But after doing this and making changes to either front or backend, is there a process for how to deploy these change in a production environment?
Is there any easy/right way to do this? Is docker recommended for this? And does anyone know how I would go about this?