Browse the top 1000 GitHub repositories based on stars, pull requests, and issues. You can see the top recently closed pull requests and issues of each repository and filter out repositories based on certain topics.
npm install
PUBLIC_BACKEND_URL='http://localhost:3000' # https://svelte.dev/docs/kit/$env-static-public
Backend repo: https://github.com/imambungo/top1000repos-backend
npm run dev
To create a production version of the app:
npm run build
You can preview the production build with npm run preview
.
To deploy the app, you may need to install an adapter for your target environment.