Simple SPA that aggregates the last heard stream from the Brandmeister DMR network to show the most active talk groups, callsigns, etc.
Created by Alex Gladd, K3HEX
This project was bootstrapped with Create React App.
Please feel free to report bugs, feature requests, etc. on the issue tracker.
Contributions welcome! Note that all active development is done on the develop branch.
Prerequisites
- Node.js 12.x
Setup
- Fork this repo and clone locally
- Install dependencies
npm install
- Switch to the develop branch
git checkout develop
- Create and checkout your own feature branch
git checkout -b my-new-feature
- Build your feature or bugfix and commit your changes locally
- Push your changes up to your fork
git push -u origin my-new-feature
- Submit a pull request from your new feature branch to the upstream develop branch
Copyright (c) 2020 Alex Gladd
This project is offered under the MIT license