# Getting started with Cobalt

[![build status](https://git.qapint.com/cobalt/co-cli/badges/develop/build.svg)](https://git.qapint.com/cobalt/co-cli/commits/develop)

## Install Node.js

Co CLI runs on Node.js platform. You can install it from [official site](http://nodejs.org/).


## Install Co CLI

Execute the command below:

	npm install -g co-cli

([what is npm](https://www.npmjs.org/))


## Authorize

Authorize using Co CLI command below:

	co login


## Create the project

Create the initial presentation structure using built in generator:

	co init


## See what you got

Before the running, the project has to be built. Execute the build command:

	co debug


## [Read full documentation](link)