# config-goodgamestudios

A unified Lemonstand configuration for Goodgame Studios

# Development

+ To contiuously watch & build, run `npm run start`.
+ This will start a web server running on port 8080

```
npm run start
```

### Trying your local customization with Lemonstand
##### with the current Live version of Lemonstand
+ https://goodgamestudios.lemonstand.org/?token=....&lemonstand.customization.url=http://localhost:8080/goodgamestudios.json
##### with a local version of Lemonstand
+ https://localhost:1234/?token=....&lemonstand.customization.url=http://localhost:8080/goodgamestudios.json


+ To use this local config, append `&lemonstand.customization.url=http://localhost:8080/goodgamestudios.json` to your lemonstand URL.
# Releasing

Managed by Gitlab CI script