Official Web Application to work with DrumSensor project. Made with VueJs and NodeJs.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
- Node.js - JavaScript runtime built on Chrome's V8 JavaScript engine
First, install the dependecies:
npm install
To make the app work with the USB Drum Sensor, open a terminal and run this command:
npm start
then, in another Terminal window, compile the VueJS app:
npm run serve
This will open a local server.
- VueJS - The Progressive JavaScript Framework
- Socket-io - Enables real-time, bidirectional and event-based communication
- Node.js - JavaScript runtime built on Chrome's V8 JavaScript engine
- Howler.js - Audio library for the modern web
This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE.md file for details