# Getting started

## Installation

Requirement :&#x20;

* Node.js
* The DinographicPixels WebSrc OpenSource project

### First step, install npm

> When you download the project on GitHub you don't have node modules (npm) installed.

```javascript
npm install
```

### Try to start it

```javascript
npm start
```

#### It will take some secs/minutes (if there's no problem). You'll get a browser window with your page (localhost:3000)

### You did it!

> and it's just the starting.
