Hello @ashik, did you check Rebranding - #4 by stephenoduor
Regarding the rebranding and customization process, here is my workflow:
1. Clone the KPI (or any other KoboToolbox component you want to customize) from the GitHub repository to my local machine.
2. Open the code in my code editor.
3. Make the necessary changes and build the new KPI image, ensuring it is correctly tagged.
4. Push the new KPI Docker image to the Docker repository.
5. Pull and replace the existing image with the customized one.
6. Finally, restart KoboToolbox.
Note: A thorough understanding of Docker, Docker Compose, Python3/Django framework, and React is essential for this process.
Best regards,
Stephen Oduor