funcunit
Version:
<!-- @hide title
15 lines (10 loc) • 505 B
Markdown
@page lsg-quickstart-installation Installation
@parent lsg-quickstart-group-setup 0
## Installation
Install [Node.js](http://nodejs.org/) on your
computer. Open a console to your project. Use [npm](https://www.npmjs.org/) to
install DocumentJS:
> cd path/to/myproject
> npm install documentjs --save-dev
The `--sav-dev` flag saves DocumentJS in your `package.json` so other people who are working on your project can also use DocumentJS.
[Next Page](/docs/lsg-quickstart-configuration.html)