Skip to content

CryptoInnovators/sheety

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minimal

Bare Even Hub G2 starter. Vite + TypeScript + SDK + CLI + simulator, one text container that renders Hello from G2!.

Run

npm install
npm run dev

Then either:

  • Simulator: npm run simulate
  • Real glasses: npx evenhub qr --url http://<your-ip>:5173 and scan with the Even Hub companion app.

Pack for distribution

npm run pack

Produces an .ehpk file.

What's in here

File Purpose
index.html WebView host. Viewport meta tag locks zoom; CSS kills iOS double-tap zoom + rubber-band scroll.
src/main.ts Creates a single full-canvas text container at app startup.
app.json Even Hub manifest. No permissions by default.
tsconfig.json Standard Vite vanilla-ts config.
vite.config.ts Dev server on port 5173, host binding for LAN QR access.

Next steps

  • Add containers, input handling, lifecycle events — see the everything-evenhub skill suite.
  • Pick another template if you need microphone/STT (asr), image display (image), or long-form reading (text-heavy).

About

Smart glasses app to play piano sheets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 79.5%
  • JavaScript 17.8%
  • HTML 2.7%