Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 590 Bytes

NOTICE.md

File metadata and controls

23 lines (14 loc) · 590 Bytes

Aias.js project installation guide

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

Install nodejs on your server :

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.