OpenSARDispatch is a Webapp which allows to plan and execute Search and Rescue operations.
Clone the repository and use the package manager composer to install all dependencies.
composer install
Copy the .env file to .env.local and configure the values inside the file.
symfony serve
Then opening a web browser with URL 127.0.0.1:8000
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.