You just cloned Aias.js : git clone https://github.com/LCluber/Aias.js.git
- 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
- Run npm install -g typescript
- Run npm install in your project directory
- Run npm run build to build the library.
- Use npm run test to launch tests.