Skip to content
This repository was archived by the owner on Dec 8, 2022. It is now read-only.
/ irys-demo Public archive

Client de démonstration pour le protocole SIRI

Notifications You must be signed in to change notification settings

afimb/irys-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

77beb9b · Feb 15, 2016
Nov 3, 2015
Feb 15, 2016
Sep 2, 2015
Jul 31, 2015
Jul 31, 2015
Jul 31, 2015
Jul 31, 2015
Feb 15, 2016
Jul 31, 2015
Jul 31, 2015
Jul 31, 2015
Feb 12, 2016
Jul 31, 2015
Sep 7, 2015
Sep 7, 2015
Feb 12, 2016
Sep 15, 2015

Repository files navigation

Siri v2 Demonstrator

##0.Prerequisites

In order to run the demo, you will need several packages.

Install node & npm

On linux:

sudo apt-get update
sudo apt-get install nodejs npm

On a mac computer, using brew:

brew install node

Install grunt & bower

Gestion des packages locaux et du serveur

npm install -g bower grunt-cli gulp

##1.Install app packages

Within the app root

bower install && npm install

It will install the necessary dependencies from bower and npm

##3.Launch app server

The app is served by grunt

grunt serve

##4.Build and deploy

The built is managed by grunt

grunt build

You can deploy to gh-pages using the following command

gulp deploy

If needed you will have to write your own custom deploy script