Triage Simulator is a simple web app that allows healthcare and emergency workers to learn and become familiar with triage protocols for mass casualty incidents. The project aims to provide users with a readily available tool to test and refresh their triage skills. The app currently supports the START triage algorithm (Benson et al, 1996).
You can see a demo deployment here.
git clone git@github.com:ALCC01/triage-simulator.git
cd triage-simulator
npm install
npm run build
You can run a development server using npm run dev
. Use npm run preview
to
serve the build artifacts from the dist
folder in a production-like
environment.
Production builds should probably sit behind a proper web server or deploy to a static site hosting platform.
Copyright (C) 2023 Alberto Coscia <inbox@albertocoscia.me>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.