Head to the src/ui
directory and install the dependencies with bun install
.
cd src/ui
bun install
Start the development server with bun run dev
.
cd src/ui
bun run dev
Nuxt with SSR enabled is used for the frontend. The development server will be available at https://localhost:3000 and supports hot-reload.