/ChatterGrid

An application to easily create and share custom soundboards.

Primary LanguageJavaScriptMIT LicenseMIT

ChatterGrid

An Electron application to easily create and share custom soundboards.

Installing

To install ChatterGrid on Windows, see the Releases page for platform-specific installers. For all other systems, you should run ChatterGrid from source.

Running from Source

To run:

  • Make sure you have node.js installed.
  • Make sure you have npm installed. This should already be installed with node.js.
  • From a command line, install Electron globally: npm install -g electron
  • cd to the app directory
  • Run electron . to launch the application.

Releases

1.0.2

  • Package updates.

1.0.1 - 1/5/2019

  • Dependency upgrades.
  • New design to support the upgrade to Bootstrap v4.

1.0.0 - 1/16/2017

  • Initial version.