A faster way of browsing and searching your starred repositories on GitHub
- 👀 View your most recently starred repositories
- ⚡️ Filter repositories by name, description, author, and language
- 🌍 Quickly access the repository or the website (coming soon!)
- 🤝 No login or account access needed
Find the app at https://stargaze.a13i.dev.
Stargaze is a Vue 3 app based on the Unbuild template. The setup doesn't use any build steps or package management. You'll need a HTTP server for serving the project during development, since features such as JavaScript modules are not supported by the file protocol. Any server will do. I like servor
:
# --browse launches a browser, --reload reloads when files change
npx servor --browse --reload
Deployment should work out of the box when linking the repository to a project on Netlify.
This app uses a number of open source packages listed in index.html.
Thanks 🙏