Skip to main content

Installation

This guide will help you set up ViBe on your local machine for development.


You can clone the repository or directly download the setup file and run it to start the setup process.

๐Ÿš€ Clone the Repository (Optional)โ€‹

git clone https://github.com/continuousactivelearning/vibe.git
cd vibe

โš™๏ธ Setup Using Installation Scriptsโ€‹

ViBe uses a custom setup-unix.sh and setup-win.ps1 scripts to help initialize the development environment (both backend and frontend).

๐Ÿ“ฆ Run the Setupโ€‹

chmod +x scripts/setup-unix.sh
./scripts/setup-unix.sh

This script will:

  • Check required dependencies
  • Install backend dependencies
  • Install frontend dependencies
  • Set up .env files
  • Installs the CLI

๐Ÿ› ๏ธ The script is interactive and will guide you step-by-step.


๐Ÿงช Run in Development Modeโ€‹

If you want to run services manually:

๐Ÿ–ฅ Frontendโ€‹

vibe start frontend

โš™๏ธ Backendโ€‹

vibe start backend

๐Ÿ“ฆ Build Docusaurus (Docs)โ€‹

If you're contributing to the documentation:

vibe start docs

Visit: http://localhost:3000/docs


๐Ÿ› Having Issues?โ€‹

  • Make sure all dependencies are installed correctly
  • Open an issue or ask in the GitHub Discussions

๐Ÿ“š What's Next?โ€‹