health-cards-tests/README.md

475 B

Getting started in dev, with node and web pack watchers

git clone https://github.com/microsoft-healthcare-madison/did-siop-vc
cd did-siop-vc
git clone https://github.com/decentralized-identity/sidetree
npm install

export SERVER_BASE=http://localhost:8080/api
npm run dev-ui # Terminal 1
npm run dev    # Terminal 2

Build and run

npm run build-ui
npm run build

export SERVER_BASE=http://localhost:8080/api
npm run start