Skip to content
Joseph Shepin edited this page Dec 30, 2021 · 2 revisions

Developing/Modifying a theme

When developing a new theme, set the .env file like so: VUE_APP_EDIT_COLORS=true. Doing this will automatically load the last theme in the themeIdeas.json into the app. When you save the file, it will automatically apply last the theme to the app which speeds up development time greatly. When the theme is ready for production, move it to to the themes.json. Also note, that in development, the theme will not show up in the /colors page.

In themes.json each theme has a schedule for when it should be available. A date range like 9/22/2021-12/1/2021 can be shown, or always if the theme should always available.

Clone this wiki locally