Skip to content

M-Fasciano/drupal-gatsby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DDEV commands

With the command ddev or ddev -h we will obtain the list of commands provided by ddev. All of them must be executed in the root of the project. There are some of them:

  • ddev config: Configure a project for ddev. For example for a drupal distribution, wordpress, etc.
  • ddev ssh: Allows access inside the container.
  • ddev start: Starts the container.
  • ddev stop: Stops the container.
  • ddev import-db: Imports a database.
  • ddev export-db: Exports a database.
  • ddev composer: Allows to run composer inside the container. For example: ddev require drupal/module
  • ddev xdebug: Enables xdebug
  • ddev drush: Direct access to the drush CLI. For example: ddev drush cr
  • ddev logs: To display the apache log

To access the CMS visit https://drupal-gatsby.ddev.site/

FrontEnd setup

Requirements

Navigate to the OneWeb theme folder

cd frontend

Install dependencies

npm i

Run dev server and watch for changes. The dev server will be accessible at http://localhost:8000

npm run develop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published