Getting the project
Fork
Fork your own copy of the Console repository to your account
Clone
Get a copy of your recently cloned version of console in your machine.
``
$ git clone [email protected]:[your-github-user-here]/drupal-console.git
`
Install dependencies
Now that you have cloned the project, you need to download dependencies via Composer.
`
$ cd /path/to/drupal-console
$ composer install
``