@lemonstand.org/config-bigfarm
v0.0.8
Published
Lemonstand configuration for Goodgames Bigfarm (https://bigfarm.goodgamestudios.com/)
Keywords
Readme
config-bigfarm
development
Use npx http-server -p 1103 to run simple server serving bigfarm.json. Then add
lemonstand.customization.url=http://localhost:1103/bigfarm.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
