## Project for initializing new bolt sites To start working with new bolt project checkout this repository to a project folder: ``` git clone git@github.com:CondeNastDigital/devBoltInstall.git yourNewProject ``` After that run the composer install CMD in the root of the project: ``` composer -v install ```