With the Env
package you can parse an environment from string and keep this env in your state to
toggle some features depending on your environment
Here are the handled environments
fromString : String -> Env
Returns the environment from string (case insensitive).
Returns Dev
by default