Back to Openui

OpenUI Frontend

frontend/README.md

latest426 B
Original Source

OpenUI Frontend

This is the frontend for OpenUI. It's built using vite, React, and Tailwind CSS as a SPA.

Development

bash
pnpm install
pnpm run dev

In a separate terminal navigate to the backend directory and run:

bash
cd openui/backend
pip install -e .
python -m openui --dev

All changes should now be live reloaded, god speed.