venveo/craft-boilerplate

Craft CMS Boilerplate for spinning up new projects.

This package's canonical repository appears to be gone and the package has been frozen as a result.

Installs: 126

Dependents: 0

Suggesters: 0

Security: 0

Stars: 48

Watchers: 7

Forks: 6

Open Issues: 0

Language:Twig

Type:project

v1.2.0 2016-11-02 19:13 UTC

This package is auto-updated.

Last update: 2022-05-16 23:46:46 UTC


README

Running with DDEV

Requirements

  1. Docker
  2. DDEV

Setup

  1. Run ddev start in terminal window
  2. Open new terminal window, leaving previous minimized
  3. Run ddev import-db and enter full path (e.g. /Users/ransom/Downloads/db-export.sql) and press enter
  4. Run ddev launch
  5. (Optional) Download assets and add to web/images directory

Running commands:

  • Craft CLI: ddev craft <command>
  • NPM: ddev npm <command>
  • Composer: ddev composer <command>
  • Build for production: make build