Skip to content

JordanAssayah/m-fiot

Repository files navigation

M-FIoT

It's a web application that let you create and manage music using particle devices.

This project use the following components

Download and run the project

# 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

Project Commands

"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"

Particle.io

Helpfull links:

This is what we use to compile the code to flash our Particle Photon.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published