You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
config.ts should install linked git repo if THEME is provided.
ex: process.env.THEME=https://github.com/tbleckert/cardi-burrito
System should check if project folder( cardi-burrito ) exists in www/theme/.
If cardi-burrito exists under www/theme, then set THEMEpath to www/theme/cardi-burrito
Else, download theme and set THEMEpath to www/theme/cardi-burrito
The text was updated successfully, but these errors were encountered:
config.ts should install linked git repo if THEME is provided.
ex: process.env.THEME=https://github.com/tbleckert/cardi-burrito
System should check if project folder( cardi-burrito ) exists in www/theme/.
If cardi-burrito exists under www/theme, then set THEMEpath to www/theme/cardi-burrito
Else, download theme and set THEMEpath to www/theme/cardi-burrito
The text was updated successfully, but these errors were encountered: