PHPackages                             thunder/thunder-develop - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. thunder/thunder-develop

ActiveProject

thunder/thunder-develop
=======================

Project for thunder development.

1.0.3(6y ago)21251[2 issues](https://github.com/thunder/thunder-develop/issues)[4 PRs](https://github.com/thunder/thunder-develop/pulls)GPL-2.0-or-laterPHPCI passing

Since Feb 21Pushed 2w ago4 watchersCompare

[ Source](https://github.com/thunder/thunder-develop)[ Packagist](https://packagist.org/packages/thunder/thunder-develop)[ RSS](/packages/thunder-thunder-develop/feed)WikiDiscussions 3.x Synced 3d ago

READMEChangelog (5)Dependencies (12)Versions (32)Used By (0)

Thunder development installation
================================

[](#thunder-development-installation)

To install the Thunder Distribution for development create the thunder-develop project:

```
composer create-project thunder/thunder-develop --keep-vcs --no-install -s dev
cd thunder-develop

```

Ddev Environment
----------------

[](#ddev-environment)

Start the ddev environment for local site install:

```
ddev start

```

Install the site. When composer update was never run, it has to be called twice, because of the composer merge plugin which is used to merge the distributions dependencies. This is not necesseary when the docroot was build before.:

```
ddev composer update
ddev composer update
ddev drush si thunder

```

To work on the distribution, work inside the docroot/profiles/contrib/thunder folder.

```
cd docroot/profiles/contrib/thunder
git checkout -b feature/new-thunder-feature #
