@page lsg-adding-installation Installation
@parent lsg-adding-group-setup 0

## Installation

Install [Node.js](http://nodejs.org/) 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](/docs/lsg-adding-configuration.html)