Skip to content

Runroom/archetype-drupal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archetype Drupal

CI QA Build

Requirements

To run this project, you need to have:

Setup

To start the project for the first time:

    make

To generate build assets:

    nvm use
    npm clean-install
    npx encore dev
  • Open https://localhost:8443 in your browser.
  • Open https://localhost:8425 in your browser to access Mailpit.

To use xDebug, after the initial make, you can run:

    make up-debug

And you will only restart the app container with the xDebug enabled, to disable it again, run make up again.

To run the application in production mode:

    make prod

Remember to run make dev when you finish working on the project in prod mode.

Contribute

Please refer to CONTRIBUTING for information on how to contribute to the Archetype and its related projects.

Additional documentation