Skip to content

burningmantech/ranger-ims-web

Repository files navigation

Ranger Incident Management System — Web Client

GitHub Actions Build Status Tested Code Coverage DeepScan Grade

This software package implements software to provide logging for incidents as they occur and to aid in the dispatch of resources to respond to those incidents. It is presently tailored to the specific needs of the Black Rock Rangers in Black Rock City.

The server is the master (authoritative) repository for incident information. Clients connect to the server over the network and provide an interface to users which enables them to view and manage incident information.

This project provides a web client for the server.

The application is implemented using React.

Development

Install dependencies

You'll need to install the project's dependencies before you can run the server:

npm install

Running the Test Suite

To run all of the tests:

npm test -- --all --watchAll=false

Running the Server

npm start

Releases

No releases published

Packages

No packages published

Languages