Skip to content

Mattk70/Chirpity-Electron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chirpity-Electron

Electron app to identify the calls of nocturnal migrants from audio files.

Author: Matthew Kirkland

https://chirpity.mattkirkland.co.uk

Application setup

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

Development setup

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.