The Company of Landscapers CMS is built using Craft CMS and is configured to run locally using DDEV. Follow the steps below to get started.
To be run in conjunction with front end application - run front end app here.
Before starting, ensure you have the following installed on your machine:
git clone https://github.com/agdc101/company-of-landscapers.git && cd company-of-landcapers
make up
make import_data
visit "/admin" to login.
ddev start
ddev stop
ddev restart