/agate

Electron-based music player

Primary LanguageJavaScript

agate

Build Status codecov

This repository contains the source for agate, an Electron-based music player.

Deployment

  1. Install the required packages using npm install
  2. Start the application using npm start.

Commands

  • npm install: Installs the NPM dependencies.
  • npm run clean: Removes the dist directory.
  • npm run build: Bundles all of the application in the dist directory.
  • npm start: Starts the Electron-based application located in the dist folder.
  • npm test: Runs the unit test in a headless browser and generates the code coverage