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
npm install
Next, launch the app with:
npm start
Setting up the project requires Node.js, which we need to install first.
After that, we can initialize the source directory with:
npm init
Now, we need to install project dependencoies with:
npm install --save-dev
After that, we can build a windows msi installer with:
npm run export
The resulting application will be saved in the "dist" folder.