A pre-configured environment providing tools to visualize, debug, and enhance AI agents and workflows built with KaibanJS.
This is a Vite project ready to run locally or be deployed to any static web server.
Your welcome ;)
run npm run dev
to start the development server and open http://localhost:5173/ in your browser.
run npm run build
to build the production version of the app.
run npm run preview
to preview the production version of the app.
Or any other Vite command to build, preview, test, etc.
The ".kaiban" folder is created when you run the kaiban command.
The ".kaiban" folder contains:
- A Vite project with the Kaiban Board UI
Yup a Vite project ready to run locally or be deployed to any static web server.... Vercel, Netlify, Render, etc. Your welcome ;)
- .env file with all your your env variables defined in your .env files that starts with VITE
It is like any other Vite project.
You can commit it if you want, but it is not necessary.