## Aias.js project installation guide

You just cloned Aias.js : git clone https://github.com/LCluber/Aias.js.git

### Install nodejs on your server :
  - Windows and OSX : **https://nodejs.org/en/**
  - Linux : run
    - **curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -**
    - **sudo apt-get install -y nodejs**
    

### Install typescript :
  - Run **npm install -g typescript**


### Install project dependencies
  - Run **npm install** in your project directory


### Workflow
  - Run **npm run build** to build the library.
  - Use **npm run test** to launch tests.

