Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 843 Bytes

README.md

File metadata and controls

54 lines (33 loc) · 843 Bytes

Chirpity

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

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

Development setup

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.