Fork to provide additional tests on SMART Health Cards Framework
Перейти к файлу
Josh Mandel 5960851420 Always pull dev images on rollout 2020-06-18 13:02:53 -05:00
.github/workflows Setup dev hosting 2020-06-11 10:11:24 -05:00
dist/static Ensure dist/static exists 2020-04-19 19:22:55 -05:00
docs Add SMART on FHIR config screen 2020-05-06 12:10:00 -05:00
src Generate random patient IDs at SMART launch time 2020-06-17 16:12:46 -05:00
test Add SMART on FHIR config screen 2020-05-06 12:10:00 -05:00
.dockerignore Dockerize 2020-04-19 10:06:17 -05:00
.gitignore UI linting 2020-04-20 09:19:32 -05:00
Dockerfile Update to latest sidetree deps 2020-04-25 10:16:20 -05:00
README.md Update linter config 2020-05-04 14:44:04 -05:00
babel.config.js Add source->github link 2020-05-04 19:09:13 -05:00
k8s.yaml Always pull dev images on rollout 2020-06-18 13:02:53 -05:00
package-lock.json update key generation for signing, encryption, and ion recovery/update ops 2020-06-09 16:48:06 -05:00
package.json update key generation for signing, encryption, and ion recovery/update ops 2020-06-09 16:48:06 -05:00
tsconfig.json Update linter config 2020-05-04 14:44:04 -05:00
tsconfig.ui.json Holder UI for non-automated interactions 2020-04-23 18:32:48 -05:00
tslint.json Update linter config 2020-05-04 14:44:04 -05:00

README.md

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