Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.41 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.41 KB

Stargaze ✨

A faster way of browsing and searching your starred repositories on GitHub

Netlify Status

  • 👀 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

Usage

Find the app at https://stargaze.a13i.dev.

Development

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

Deployment should work out of the box when linking the repository to a project on Netlify.

Credits

This app uses a number of open source packages listed in index.html.

Thanks 🙏