Quick start · local → git → host
# 1. Unzip this bundle unzip omniversal_vip_bundle.zip cd omniversal_vip # 2. Initialize git (if new) git init git add . git commit -m "Init omniversal.vip console" # 3. Push to GitHub git remote add origin <your-github-remote-url> git push -u origin main # 4. Deploy to your host (e.g. Cloudflare Pages) # Choose "site/" as the build output directory
Minimum viable deployment
- Point
omniversal.vipat your static host. - Serve the
site/directory as the root. - Add HTTPS + redirects once it’s live.