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