Electron app to identify the calls of nocturnal migrants from audio files.
Author: Matthew Kirkland
https://chirpity.mattkirkland.co.uk
First, clone the project and install all dependencies:
git clone https://github.com/Mattk70/Chirpity-Electron
cd Chirpity-Electron
Chirpity depends on Node.js, follow the link for the download and installation instructions. Once installed, run:
npm install
Next, launch the app with:
npm start
Initialize the source directory with:
npm init
Now, install project dependencoies with:
npm install --save-dev
After that, build a windows msi installer with:
npm run export
The resulting application will be saved in the "dist" folder.