#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 platformBuild the project To build the web interface:
cd src-hmi # à partir de la racine
npm install
npm install -g gulp
gulp buildTo build the node server:
cd src-nodeserver # à partir de la racine
npm install
npm install -g gulp
gulp buildLaunch the project
docker-compose up # add -d if you want to run it as a daemonYou can then go to http://localhost to test it.