Appearance
Getting Started
Welcome to VibeX! This guide will help you set up your first project.
Installation
bash
bun create vibe@latest my-app
cd my-app
bun install
Project Structure
src/
— Main source codeentities/
— Entity definitionscontroller/
— Controller logicmiddleware/
— Custom middlewarevibe.config.ts
— Project configuration
Running the App
bash
bun run dev