Skip to content

CraftQuest/craft-5-start

Repository files navigation

Craft CMS 5

A starter project for Craft CMS + DDEV. Created for students of CraftQuest.io video courses on Craft CMS and modern web development.

Pre-requisites

In order to use this project, you need:

  • DDEV installed and working
  • Git installed

Setting Up the Project

To set up this project locally using DDEV:

  1. Create a new project directory and cd into it:

    mkdir craft5 && cd craft5
  2. Clone the Git repository in the current directory (craft5):

    git clone git@github.com:CraftQuest/craft-5-start.git .
  3. 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:

Start Learning

This project was built to be used with CraftQuest's courses. Ready to learn with us?!

https://craftquest.io

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published