... | ... | @@ -13,7 +13,7 @@ Features pre-configured / pre-installed: |
|
|
|
|
|
## **Challenge Instructions**
|
|
|
|
|
|
You can find the [challenge ](https://git.jobsity.com/jobsity/drupal-challenge/-/wikis/Drupal-Challenge-Instructions)[instructions](https://git.jobsity.com/jobsity/drupal-challenge-update/-/wikis/Drupal-Challenge-Instructions)[ here](https://git.jobsity.com/jobsity/drupal-challenge/-/wikis/Drupal-Challenge-Instructions).
|
|
|
You can find the [challenge instructions here](https://git.jobsity.com/jobsity/drupal-challenge-update/-/wikis/Drupal-Challenge-Instructions).
|
|
|
|
|
|
## **Setup instructions**
|
|
|
|
... | ... | @@ -59,14 +59,14 @@ Recommendation: on MacOS and Windows, enable the [mutagen](https://ddev.readthed |
|
|
|
|
|
This will install a plain Drupal instance dropping all the tables on the database.
|
|
|
|
|
|
```
|
|
|
```plaintext
|
|
|
ddev drush site:install --account-name=admin --account-pass=admin -y
|
|
|
```
|
|
|
5. Install SCSS node modules (optional).
|
|
|
|
|
|
If you would like to use SCSS for your styling, install Node dependencies for gulp compiler.
|
|
|
|
|
|
```
|
|
|
```plaintext
|
|
|
ddev ssh
|
|
|
cd web/themes/custom/dc
|
|
|
npm install --location-global gulp-cli
|
... | ... | |