nqminds / trustnetz

BRSKI demo for NIST
0 stars 0 forks source link

NIST-BRSKI policy app using claim cascade system #85

Closed A9-dev closed 1 month ago

A9-dev commented 1 month ago

Setup

Install node dependencies with npm i in /packages/cahn_demo/client and /packages/cahn_demo/server.

Run the client in /packages/cahn_demo/client with npm run dev. Run the server in /packages/cahn_demo/server with npm run dev.

(Sorry, couldn't get npm workspaces to work for some reason)

Ensure you have populated the /packages/cahn_demo/server/.env file, according to the template found in /packages/cahn_demo/server/.env_example.

Notes

There is much clean up to be done with this code. However, it should be functionally correct.

A9-dev commented 1 month ago

Changes

Notes