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

https://github.com/hfcred/sendou-badge-uploader

Website for generating and uploading tournament badges for Sendou.ink
https://github.com/hfcred/sendou-badge-uploader

picocad splatoon

Last synced: 10 months ago
JSON representation

Website for generating and uploading tournament badges for Sendou.ink

Awesome Lists containing this project

README

          

# Sendou Badge Uploader

[![wakatime](https://wakatime.com/badge/user/7100369a-eb08-483f-96e8-41accea7b5a0/project/03d44809-c91d-42e6-bfbc-376955a16ee7.svg)](https://wakatime.com/badge/user/7100369a-eb08-483f-96e8-41accea7b5a0/project/03d44809-c91d-42e6-bfbc-376955a16ee7)

Website for generating and uploading tournament badges for [Sendou.ink](https://sendou.ink)

![chrome_HHcOaFnsBp](https://github.com/user-attachments/assets/8dbc4068-256f-434a-b0c0-70ca710cd0d4)

---

## Tech Stack

- SvelteKit
- Typescript

## Running Locally

### Prerequisites

First, install these programs if you do not have them installed already:

- [Node](https://nodejs.org/en)
- [Git](https://git-scm.com)
- [pnpm](https://pnpm.io/installation)

### Commands

- `pnpm install` to install all dependencies

To start testing locally you can use the following commands:

- `pnpm run dev` to start a local dev server at `localhost:5173`
- `pnpm run build` to create a build of the website
- `pnpm run preview` to preview the build at `localhost:4173`