Skip to content

imambungo/top1000repos

Repository files navigation

Top 1000 Repos

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.

https://top1000repos.com

Developing

Install dependencies

npm install

Setup environment variables

PUBLIC_BACKEND_URL='http:https://localhost:3000' # https://kit.svelte.dev/docs/modules#$env-static-public

Backend repo: https://github.com/imambungo/top1000repos-backend

Start development server:

npm run dev

Building

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.