We are able to deploy the already developed themes on tutor, by following the documentation.
If we need to develop a new theme, are there ways to test the themes without having to rebuild the openedx image to keep testing our intermediate changes?
or is it better to develop the theme outside of tutor and finally deploy here?
I have tried with both running openedx withing docker container as well as bind-mounting a local repo. The results have been the same.
I have run the tutor dev settheme indigo localhost:8000 localhost:8001 localhost command. The only odd thing I noticed here was the refernce to tutor.production environment.
the indigo theme comes up perfectly fine on tutor local installation.