Step-by-step. No dev experience needed. 45–90 minutes start to finish.
Create a free GitHub account and push your Manifest build to your own private repo. You own this forever.
# Mac: brew install git # Windows: # Download from https://git-scm.com/download/win and run the installer # Verify: git --version
# Open your terminal (Mac: Spotlight → Terminal, Windows: search "cmd") # Navigate to your unzipped folder: cd /path/to/your-unzipped-folder # Initialize and push: git init git add . git commit -m "Initial Manifest build" git branch -M main git remote add origin https://github.com/YOUR_USERNAME/YOUR_REPO_NAME.git git push -u origin main
Stuck somewhere not covered here?
Email [email protected] — we respond within 24h.