# My Vanity Fair Condé Nast Italia My Vanity Fair Project ## Set up an SSH Key on local environment The application uses this [package](https://bitbucket.org/cn-it/identitymanager-package) hosted in a private [BitBucket](https://bitbucket.org) repository so, before running composer, you must [Set up a SSH Key](https://support.atlassian.com/bitbucket-cloud/docs/set-up-an-ssh-key) in your local environment. ## Installation - clone the repository - copy file [/envs/example](./envs/example) into root directory, rename it as `.env` and edit the configurations as needed - execute `composer install` to download and install all needed files ## Local Development Server You can simply execute `php artisan serve` or, for more robust option, you can configure [Homestead](https://laravel.com/docs/5.8/homestead), [Valet](https://laravel.com/docs/5.8/valet) or setup a web server like [nginx](https://nginx.org) or [Microsoft IIS](https://www.iis.net).