Installation

  • page
lsg-adding-installation  

Installation

Install Node.js on your computer. Open a console to your project and install the project's dependencies automatically with npm.

> cd path/to/myproject
> npm install

This should install DocumentJS if your project is already using it.

Next Page