digitalcredentials / sandbox

DCC developer playground
https://digitalcredentials.github.io/sandbox/
MIT License
5 stars 5 forks source link

fix missing dependencies #25

Closed stuartf closed 2 years ago

stuartf commented 2 years ago

I couldn't get this to build as-is, had to add some missing dependencies, use node 16 (17 has openssl errors on npm install), and it wouldn't start using yarn run start but does with npm run start so, I figure lets just use npm, having both is confusing and error prone.