thomassausen / house-quest-build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Craft CMS 4 Starter

Based on a Craft 3 starter by Andrew Welch of @nystudio107

This starter can be used by anyone but @ryanirelan created it for his courses @CraftQuest courses.

Instructions to Use this Starter

To use this starter project, you will need to run Docker Desktop (see below, #3).

Creating Your Copy of the Project

  1. Create your own repository using the green "Use this template" button.
  2. Clone the new repository on your local machine: git clone [your-git-url]

Running the Project Locally

  1. Install (or open) Docker Desktop for you operating system.
  2. In a terminal window, run make dev to start up the Docker containers and launch the starter site.
  3. Once initial build is complete (you should "Ready to handle connections"), point your browser to http://localhost:8888

Craft Control Panel

The Craft CMS control panel is located at http://localhost:8888/admin. Use username "admin" and password "password" to gain access.

About


Languages

Language:PHP 54.6%Language:HTML 24.2%Language:Dockerfile 6.9%Language:Twig 6.5%Language:Shell 5.4%Language:Makefile 1.5%Language:Batchfile 0.6%Language:CSS 0.4%