health-cards-tests/README.md

20 строки
475 B
Markdown
Исходник Обычный вид История

2020-04-19 14:41:12 +03:00
## 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
2020-05-04 22:44:04 +03:00
export SERVER_BASE=http://localhost:8080/api
npm run dev-ui # Terminal 1
npm run dev # Terminal 2
2020-05-04 22:44:04 +03:00
## Build and run
npm run build-ui
npm run build
2020-05-04 22:44:04 +03:00
export SERVER_BASE=http://localhost:8080/api
npm run start