Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 786 Bytes

building.md

File metadata and controls

23 lines (14 loc) · 786 Bytes

Building audioMotion

These steps require Node.js installed in your computer.

First, clone the project from GitHub or download the latest version of the source code from the Releases page.

Move to the project's directory and install the required npm packages:

cd audioMotion.js
npm install

The web app is bundled with webpack, from source code located in the src/ directory.

If you make any changes to the source files, you'll need to rebuild the app, by running:

npm run build

This will generate the files audioMotion.js, vendors.js and styles.css into the public/ folder.