-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(build-a-box): Add example value box builder app #790
Conversation
This reverts commit 805146b.
Probably worth adding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So awesome, feel free to merge after the minor suggestions!
One other optional nit. I think |
For #778
To run the app call the following
There's only one external "option" that is controlled by the
ENABLE_THEMER
envvar. When exactly"true"
, the themer is included in the app -- it's also minimized on init with a bit of JavaScript (maybe we should add first-class support for controlling how or where the themer UI is inserted).You can also turn on the themer for a running app by adding
?themer
or?themer=true
to the URL and reloading the page.