Thunder in recipes
- Install Docker
- Install ddev
brew install ddev/ddev/ddev
- Clone the repository
git clone [email protected]:thunder/thunder-cms.git
- Go to the project directory
cd thunder-cms
- Start the project
ddev start
- Install dependencies
ddev composer install
- Install the project
ddev drush site:install recipes/thunder_cms
- Open the project in the browser
ddev drush uli
When adding new recipes or modules, the composer.json has to be updated:
ddev setup-repositories