Skip to content

karmenlu/zbot-wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Zbot Wizard

Backend Service

Create and activate a virtual environment if you haven't already

conda create -n humanoid-os python=3.12
conda activate humanoid-os

In one terminal window, run the service.

python3 main.py

The server runs at http://0.0.0.0:8080/.

Frontend

Change into the ui directory. Install dependencies and run.

cd zbot-wiz-ui
npm install
npm start

Locally, the react app runs is available in browser at http://localhost:5173/.Port number may vary.

About

A wizard for zbot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published