madjidtaha / phone-odyssey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phone Odyssey

The project we made for the Arduino workshop at Gobelins, l'école de l'image

Install

  1. Clone this repository

  2. Upload ./bin/vintage-phone/vintage-phone.ino file on your Arduino board.

  3. Change your node version to the v0.12 using NVM

  4. Install the dependencies

npm install

Development

Start the dev server

npm run dev:server

and build the client files

npm run dev:build

Production

Build and minify the client files

npm run prod

and then upload all the files to your server

About


Languages

Language:JavaScript 55.7%Language:HTML 16.2%Language:C++ 11.2%Language:GLSL 7.4%Language:CSS 5.8%Language:Arduino 3.8%