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

https://github.com/michellen/triage

triage rotation app
https://github.com/michellen/triage

Last synced: 2 months ago
JSON representation

triage rotation app

Awesome Lists containing this project

README

        

# triage

** GIGANTIC Work In Progress**

This is a triage rotation application. It consists of multiple components that help with scheduling people for triage duty. One can use this app for managing triage schedules for open source repositories.

## Prerequisites
To run and deploy this app, you'll need Rust tooling and [Spin](https://github.com/fermyon/spin).

## Run Locally

```sh
spin build --up
```

## Deploy

```sh
spin deploy
```