This folder is a self-contained static site for the globe presentation.
index.html: the full presentation app with embedded data, portraits, fonts, and logovercel.json: minimal Vercel config.gitignore: local junk-file exclusions
From this folder:
python3 -m http.server 4173Then open http://localhost:4173.
The source generator lives here:
../obt-projects-globe/build_globe.py
When you regenerate the app, copy the fresh output over this folder's index.html.
Example:
python3 ../obt-projects-globe/build_globe.py
cp ../obt-projects-globe/index.html ./index.html- Create a new empty GitHub repository.
- Copy the contents of this folder into that repository.
- Commit and push.
- In Vercel, choose
Add New... -> Project. - Import the GitHub repository.
- If Vercel asks for a framework preset, choose
Other. - Leave Build Command empty.
- Leave Output Directory empty.
- Deploy.
- Push the whole workspace repository to GitHub.
- In Vercel, import that repository.
- Set the Root Directory to:
shema-bible-translation-ywam-site
- If prompted, use the
Otherframework preset. - Leave Build Command and Output Directory empty.
- Deploy.
- No environment variables are required.
- No database or serverless functions are required.
- The app is large because the media and data are embedded directly into
index.html.