1.0.1 • Published 4 years ago

enotarylog-client v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Enotary client

prerequisites

  • Start api in ../api (check ../api/README.md for instructions)

Getting Started

Running locally

# clone the repo + install dependencies
git clone https://github.com/MerlionSolutions/enotarylog-fe
cd ./enotarylog-fe/client
yarn

PROXY=1 API_URL=http://localhost:4000 yarn run dev

Environment Variables

NameRequiredAllowed ValuesDescription
API_URLtruesee API_URLS sectionurl to api
PROXYfalse1run http-proxy-middleware to proxy to API_URL
LOGIN_URLtrueA valid org login URL local example would be http://localhost:3001A variable to redirect a user to the correct org sign-in screen

API_URLs

NameDescription
http://localhost:4000local (default port)
https://test.enotarylog.comdevelopment
https://staging.enotarylog.comstaging
https://prod.enotarylog.comproduction
https://demo.enotarylog.comdemo

Feature-Flags (LaunchDarkly)

Feature flags are implemented using LaunchDarkly. Please reference this documentation for more info

1.0.1

4 years ago