https://github.com/michellen/triage
triage rotation app
https://github.com/michellen/triage
Last synced: 3 months ago
JSON representation
triage rotation app
- Host: GitHub
- URL: https://github.com/michellen/triage
- Owner: michelleN
- License: apache-2.0
- Created: 2023-06-22T01:23:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-21T13:33:55.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T14:14:23.871Z (4 months ago)
- Language: Rust
- Size: 8.64 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```