https://github.com/gamepowerx/kekupload-client
Frontend for uploading files to KekUpload written in Svelte.
https://github.com/gamepowerx/kekupload-client
frontend kekupload share sveltekit typescript upload
Last synced: about 1 month ago
JSON representation
Frontend for uploading files to KekUpload written in Svelte.
- Host: GitHub
- URL: https://github.com/gamepowerx/kekupload-client
- Owner: GamePowerX
- License: mit
- Created: 2022-02-12T20:13:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-04-28T19:15:40.000Z (about 2 months ago)
- Last Synced: 2026-04-28T20:32:13.590Z (about 2 months ago)
- Topics: frontend, kekupload, share, sveltekit, typescript, upload
- Language: Svelte
- Homepage: https://gamepowerx.com/kekupload-client
- Size: 513 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KekUpload client
A frontend for uploading files to [KekUpload server](https://oss.kotw.dev/kekupload-server) using [KekUpload lib-ts](https://oss.kotw.dev/kekupload-lib-ts).
A Demo can be found [here](https://upload.gamepowerx.com)
## License
This project is licensed under the [Mit License](https://mit-license.org/)
## Usage
### Prerequirements
- Yarn
```sh
yarn install
```
### Configuration
Copy `src/config.default.ts` to `src/config.ts` and Change `src/config.ts`.
### Building
```sh
yarn build
```
The files will be located in `dist`
### Development
This will start a vite development server
```sh
yarn dev
```
## Goals
- Implementing all the features [kekupload-server](https://github.com/KotwOSS/kekupload-server) provides
If you have aditional ideas how to make this tool better please create a feature request in the issues tab from this repository or a if the request is about adding new backend features [here](https://github.com/KotwOSS/kekupload-server).
## Contributing
More information [here](https://oss.kotw.dev/kekupload-client/CONTRIBUTE).