Home

verycracked / starbase

publicverycracked/Starbase
Overview Code History Branches Pull requestsIssuesInsights
main
HomeOverview Code PRsIssues

Add project config, dependencies, and assets for Starbase

7 months ago

925f955
Authored
V.C. Billingsley2/20/2026, 5:44:08 AM
Rename package to "starbase", add Express, cookie-parser, dotenv for
the OAuth backend, Three.js/3d-force-graph/d3-force-3d for the 3D
graph, and @mediapipe/tasks-vision for hand tracking. Update scripts
so `npm run dev` starts the Express dev server and `npm run dev:vite`
runs Vite standalone. Add .env.example documenting required GitHub
OAuth credentials. Ship Geist Pixel woff2 font for the branded title.
Update .gitignore to exclude .vercel, .repo-cache, and .env.

Parent0f7d2ae

5 files changed
  • .env.example+5−0
  • .gitignore+3−0
  • package-lock.json+1261−5
  • package.json+13−3
  • public/fonts/GeistPixel-Square.woff2——