Beep8 logo

Developing/ Contributing to Beep8

The code for Beep8 can be found on Github.

From Github you can download/ checkout the code and run it locally.

To develop locally you can run npm install to install the required packages, and then npm run dev. This will run a ‘watch’ script that will rebuild the dist/beep8.js file.

To create a distribution build run npm run build, which will create the minified source code dist/beep8.min.js.