anuarhdz/craft-goodkit
最新稳定版本:v1.1.1
Composer 安装命令:
composer create-project anuarhdz/craft-goodkit
包简介
README 文档
README
This Craft CMS 5 starter kit is a modern front-end development workflow for Craft CMS that combines the latest front-end technologies and tools with best practices. It's designed to help you get up and running quickly and optimize your project for production.
Stack
Getting Started
Prerequisites
In order to install and run this repository correctly, verify that you have installed:
- Docker. I recommend using OrbStack.
- DDEV. Check the installation documentation.
- VSCode and Dev Containers extension.
Installation from Scratch
-
Make sure that you have Docker and DDEV installed.
-
Run
composer create-project anuarhdz/craft-goodkit ./YOUR/PROJECT/PATH --no-installto create a new Craft CMS Goodkit project. ReplaceYOUR/PROJECT/PATHwith the path where you want to create the project. -
Run
ddev config --project-name=YOUR_PROJECT_NAMEto configure the DDEV environment. ReplaceYOUR_PROJECT_NAMEwith the name of your project. -
Navigate to the project directory and run
ddev start. This will start the DDEV environment. If everything is configured correctly, you will see a message similar to the following:
Your project can be reached at https://YOUR_PROJECT_NAME.ddev.site https://127.0.0.1:XXXXX
- Now you can run
ddev codeto open the project in VSCode.
If VSCode correctly starts the project inside a dev container and you can access the URL of your project, you have correctly configured the repository.
统计信息
- 总下载量: 10
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-04-08