Compiling metabase application

hi, I would like to customize open source version of metabase, change the interface with different color and logo, but compiling the metabse application with the indicat from developer guide page (https://www.metabase.com/docs/latest/developers-guide.html) require much time , I ask if exist a method to speed up the process

Hi @giorgioacossi221

The Enterprise Edition has that functionality as Whitelabel:
https://www.metabase.com/learn/developing-applications/advanced-metabase/brand.html

But building Metabase requires doing what is listed on developer guide, or you can build via Docker using the following command in the root repo directory:
DOCKER_BUILDKIT=1 docker build . --no-cache