Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jgeramb/software-challenge-upload
- Owner: jgeramb
- Created: 2024-02-21T20:40:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-14T11:30:03.000Z (9 months ago)
- Last Synced: 2024-11-12T17:18:42.377Z (2 months ago)
- Topics: software-challenge-germany
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```