Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bitcooker/champions-queue
- Owner: bitcooker
- Created: 2023-03-17T02:18:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T04:11:54.000Z (9 months ago)
- Last Synced: 2024-12-21T14:07:28.783Z (about 2 months ago)
- Topics: spa, svelte, sveltekit
- Language: Svelte
- Homepage: https://championsqueue.gg/
- Size: 4.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.