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

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.

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).