It's a web application that let you create and manage music using particle devices.
This project use the following components
# Clone the project
$ git clone [email protected]:JordanAssayah/m-fiot.git
# Enter in the forlder and install dependencies
$ cd m-fiot && npm install
# Run the "Dev" Server
$ npm run serve
"postinstall": "if test \"$NODE_ENV\" = \"production\" ; then npm run build ; fi ",
"start": "node server.js",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit"
Helpfull links:
This is what we use to compile the code to flash our Particle Photon.