This is the companion App for configuring the orchestrator (core) -- registering user, de-registering the user, updating user information, etc.
You can also use the API of the orchestrator core if really want to.
It is built using Next.js.
-
Install dependencies:
npm i
-
Run the development server:
npm run dev
-
Open http://localhost:3000 from your browser
Note: You'll need a working orchestrator core instance running somewhere for this App to be useful.