Skip to content

Instantly share code, notes, and snippets.

@flushpot1125
Created February 23, 2026 06:16
Show Gist options
  • Select an option

  • Save flushpot1125/a62462e3ed3574341a8f8b5dd75e511e to your computer and use it in GitHub Desktop.

Select an option

Save flushpot1125/a62462e3ed3574341a8f8b5dd75e511e to your computer and use it in GitHub Desktop.
{
"name": "my-hello-world-app",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 5173",
"build": "vite build",
"qr": "evenhub qr --http --port 5173",
"pack": "npm run build && evenhub pack app.json dist -o myapp.ehpk"
},
"dependencies": {
"@evenrealities/even_hub_sdk": "^0.0.7",
"@evenrealities/evenhub-cli": "^0.1.5",
"@evenrealities/evenhub-simulator": "^0.4.1"
},
"devDependencies": {
"typescript": "^5.9.3",
"vite": "^7.3.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment