Getting Started

Step-by-step guide for new users to set up and use VibeCodex

Getting Started

Welcome to VibeCodex! This guide will help you get up and running quickly.

Prerequisites

  • Node.js (v18 or higher)
  • pnpm (recommended), npm, or yarn
  • Git

1. Clone the Repository

git clone https://github.com/jalcantarab/v0-vibecodex.git
cd v0-vibecodex

2. Install Dependencies

pnpm install
# or
npm install
# or
yarn install

3. Set Up Environment Variables

Copy the example environment file:

cp .env.example .env.local

Edit .env.local with any necessary values.

4. Start the Development Server

pnpm dev
# or
npm run dev
# or
yarn dev

Visit http://localhost:3000 in your browser.

5. Explore the Project

6. Next Steps

Back to Docs Index

Last updated: Recently