Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

#Documentation : Table of contents

#Launch the project

To use that project, you at least need to install

Clone the project

git clone https://github.com/projet-aaa/platform.git
cd platform

Build the project To build the web interface:

cd src-hmi # à partir de la racine
npm install
npm install -g gulp 
gulp build

To build the node server:

cd src-nodeserver # à partir de la racine
npm install
npm install -g gulp
gulp build

Launch the project

docker-compose up # add -d if you want to run it as a daemon

You can then go to http://localhost to test it.