This is a simple Svelte app to explore users and their repositories on GitHub.
Live demo is here.
To start development, we should install our packages first.
pnpm install
After the installation is completed, we can run the app by:
pnpm dev
and it will start on http://localhost:5173
.
To create a production build, we need to run the below command first:
pnpm build
This command will create our static files in build
folder to serve.