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.
You'll need to install the project's dependencies before you can run the server:
npm install
To run all of the tests:
npm test -- --all --watchAll=false
npm start