Skip to content

Latest commit

 

History

History

stepwise-studio

StepWise Studio

Overview

This project contains the web UI for StepWise.

Getting Started

npm install
npm run dev

Configure the backend url

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.