Developing/ Contributing to BeepMini
The code for BeepMini 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/b8.js file.
To create a distribution build run npm run build
, which will create the minified source code dist/b8.min.js.