This is the full source code for the official Veldora documentation website (https://veldora.modrao.com).
Features:
- Interactive Markdown Documentation — Automatically parses
docs.mdinto navigable chapters with search and keyboard shortcuts (/,ArrowLeft,ArrowRight). - Interactive Component Showcase — Live preview of all 21 Veldora UI components with tabs for Preview, HTML Output, and Copy-Paste Snippet.
- Modern Minimalist UI — Pure CSS design with responsive navigation, sticky header, and dark palette.
# Clone the repository
git clone https://github.com/veldorahq/veldora-docs.git
cd veldora-docs
# Copy environment file
cp .env.example .env
# Install dependencies (if modifying framework bindings)
composer install
# Start development server
php -S localhost:8080 -t public/Then visit http://localhost:8080 in your browser.
- Author: Shahriyar Fahim
- License: MIT
- Official URL: https://veldora.modrao.com