@lemonstand.org/config-super-sale
v0.0.1
Published
Lemonstand configuration for super sale
Downloads
2
Keywords
Readme
config-empire
development
Use npx http-server -p 1103
to run simple server serving empire.json. Then add
lemonstand.customization.url=http://localhost:1103/empire.json
as a param to your url.
It might also be required to disable CORS policy on your browser. Here's how to do it on different browsers (please add if solution if your browser is missing):
#####Chrome on windows:
Use chrome.exe --user-data-dir="use-any-dir-here" --disable-web-security