Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jgeramb/software-challenge-upload

An API to upload clients to the Software-Challenge.
https://github.com/jgeramb/software-challenge-upload

software-challenge-germany

Last synced: 14 days ago
JSON representation

An API to upload clients to the Software-Challenge.

Awesome Lists containing this project

README

        

# Software-Challenge Upload

This API enables GitHub Actions workflows to upload artifacts as clients to the Software-Challenge.

## Setup

```bash
pnpm install
```

## Development

```bash
pnpm dev
```

## Production

```bash
pnpm start
```