Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

tcatkins99/birdnet-pi-alt-ui

Repository files navigation

BirdNET-Pi Front End

This is a custom work in progress front end for BirdNET-Pi and requires additional BirdNET-Pi setup.

Installation

Pepare BirdNET-Pi

See https://github.com/tcatkins99/BirdNET-Pi for the required BirdNET-Pi modifications to enable this UI to function.

Build the Front-End

  1. Clone the repo and run npm install.

  2. If this front end will be installed on a web server that is different than the BirdeNET-Pi host, create a env.local file in the root diretory and add a variable for VITE_API_HOST:

    VITE_API_HOST=https://example.org
    

Development

Run npm run dev to build the site for development with hot reloading (via Vite).

Building

Run npm run build to build the site and upload the contents of the dist directory to a webserver.

More Info

This project uses React and is written in Typescript.

Additionally, it uses a few other key libraries: React Bootstrap, React Router, React Query, and Vite.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published