A starter project for Craft CMS + DDEV. Created for students of CraftQuest.io video courses on Craft CMS and modern web development.
In order to use this project, you need:
- DDEV installed and working
- Git installed
To set up this project locally using DDEV:
-
Create a new project directory and cd into it:
mkdir craft5 && cd craft5
-
Clone the Git repository in the current directory (
craft5
):git clone git@github.com:CraftQuest/craft-5-start.git .
-
Start DDEV to spin up the project, load the starter database from the export, and install Composer packages:
ddev start
Access the project in your web browser:
- Front-End: https://craft5.ddev.site/
- Control Panel: https://craft5.ddev.site/admin
This project was built to be used with CraftQuest's courses. Ready to learn with us?!