Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 497 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 497 Bytes

RoostUI

Web interface to visualize bird roosts in NEXRAD radar data that are detected and tracked by AI

Building prerequisites:

  • Node.js and NPM
  • (Optional; recommended) Yarn

Development:

# You can use `npm install` instead of `yarn install`, but it is slower and may fetch incompatible newer versions of libraries.
yarn install
yarn run build
yarn run serve

Use yarn run watch-serve to have it rebuild on edits.