🎯 Quick Start Commands
🎯 Quick Start Commands
1. Jekyll Documentation Site
# Navigate to docs folder
cd docs
# Install gems locally (avoids permission issues)
bundle config set --local path 'vendor/bundle'
bundle install
# Start documentation server
bundle exec jekyll serve
# 📍 Access at: http://localhost:4000