git clone https://github.com/orpheebesson/agence-plexus.git
npm install
Run the following command to launch the "watch" of your files :
gulp
Run the following command to trigger the build of assets for the production :
gulp build
More commands are availaible in the gulpfile.js.