Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • Drupal Challenge Drupal Challenge
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • Jobsity
  • Drupal ChallengeDrupal Challenge
  • Wiki
  • Home

Home · Changes

Page history
Update Home authored Mar 09, 2023 by Ariel Kanelson's avatar Ariel Kanelson
Hide whitespace changes
Inline Side-by-side
Showing with 3 additions and 3 deletions
+3 -3
  • Home.md Home.md +3 -3
  • No files found.
Home.md
View page @ a8b7e439
...@@ -13,7 +13,7 @@ Features pre-configured / pre-installed: ...@@ -13,7 +13,7 @@ Features pre-configured / pre-installed:
## **Challenge Instructions** ## **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** ## **Setup instructions**
...@@ -59,14 +59,14 @@ Recommendation: on MacOS and Windows, enable the [mutagen](https://ddev.readthed ...@@ -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. 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 ddev drush site:install --account-name=admin --account-pass=admin -y
``` ```
5. Install SCSS node modules (optional). 5. Install SCSS node modules (optional).
If you would like to use SCSS for your styling, install Node dependencies for gulp compiler. If you would like to use SCSS for your styling, install Node dependencies for gulp compiler.
``` ```plaintext
ddev ssh ddev ssh
cd web/themes/custom/dc cd web/themes/custom/dc
npm install --location-global gulp-cli npm install --location-global gulp-cli
......
Clone repository
  • Drupal Challenge Instructions
  • Home