An Electron application to easily create and share custom soundboards.
To install ChatterGrid on Windows, see the Releases page for platform-specific installers. For all other systems, you should run ChatterGrid 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 theapp
directory- Run
electron .
to launch the application.
- Package updates.
- Dependency upgrades.
- New design to support the upgrade to Bootstrap v4.
- Initial version.