Build UI
This guide explains how to build the frontend UI from our resources with bun. Follow these steps to get started.
Step-by-Step Instructions
cd <resource_name>/webbun installbun run dev
Building the UI for Production
bun run build
Last updated