Skip to content

validatedid/trussihealth-verifier-front

Repository files navigation

TRUSSIHEALTH VERIFIER FRONTEND

This repository contains the frontend for TruSSIHealth Verifier. It is developed with React. Follow the instructions belows to run it locally.

Install

$ npm install

Prepare env variables

Create .env file in the root directory and set the values:

REACT_APP_IDENTITY_PROVIDER=https://labs.vidchain.net
REACT_APP_DEMO=http://localhost:3000
PUBLIC_URL=http://localhost:3000
REACT_APP_BACKEND_URL=http://localhost:3050/trussihealth-verifier
REACT_APP_REDIRECT_CALLBACK_LOGIN=http://localhost:3000/callback
REACT_APP_OPENID_CLIENT_ID=cemtro-trussihealth
GENERATE_SOURCEMAP=false

Run the app

$ npm run start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published