This project contains the web UI for StepWise.
npm install
npm run dev
By default the web UI will connect to the chatroom server at http://localhost:51234
. If you want to change the backend url, you can modify the baseUrl
in the chatroom-client/core/OpenAPI.ts file.