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
- Host: GitHub
- URL: https://github.com/hfcred/sendou-badge-uploader
- Owner: hfcRed
- License: mit
- Created: 2025-03-29T13:23:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-28T20:04:41.000Z (11 months ago)
- Last Synced: 2025-06-28T20:35:20.146Z (11 months ago)
- Topics: picocad, splatoon
- Language: JavaScript
- Homepage: https://sendou-badge-uploader.hfcred.workers.dev/
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Sendou Badge Uploader
[](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)

---
## 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`