Skip to content

Latest commit

 

History

History
75 lines (52 loc) · 1.97 KB

README.md

File metadata and controls

75 lines (52 loc) · 1.97 KB

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 log in to the user panel for the first time:

    make ssh

    drush user:login --uri=https://localhost:8443

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