Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bitcooker/champions-queue

SvelteKit SPA for the League of Legends NA Champions Queue server. Player, Champion, and Team profiles and stats.
https://github.com/bitcooker/champions-queue

spa svelte sveltekit

Last synced: about 1 month ago
JSON representation

SvelteKit SPA for the League of Legends NA Champions Queue server. Player, Champion, and Team profiles and stats.

Awesome Lists containing this project

README

        

# championsqueue.gg

[Sveltekit](https://kit.svelte.dev/) app for [championsqueue.gg](https://championsqueue.gg/)

```bash
npm install
npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open
```

To build the app:

```bash
npm run build
```

You can preview the production build with `npm run preview`.

To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.