openlawteam / openlaw-elements

Render React form components and sections from an OpenLaw template.
https://docs.openlaw.io/openlaw-elements/
Apache License 2.0
15 stars 11 forks source link

Adds OPENLAW_INSTANCE_NAME to example and documentation #91

Closed jtrein closed 4 years ago

jtrein commented 4 years ago

When running the example app the OPENLAW_INSTANCE_NAME env var allows a user of the example app to authenticate against their own OpenLaw instance.

Usage

OPENLAW_INSTANCE_NAME="cool" OPENLAW_EMAIL=alex@email.com OPENLAW_PASSWORD=password npm start