eaudeweb / recommended-project

Project template for Drupal 10 projects
http://drupal.org/project/drupal
0 stars 0 forks source link

How to use this project

  1. Create a new project on your computer.
composer create-project eaudeweb/recommended-project:10.x-dev [project-name]
  1. When asked "Do you want to remove the existing VCS (.git, .svn..) history? [Y,n]?" choose Y
  2. Customize example.robo.yml
  3. Update project name in .ddev/config.yaml
  4. Update README.md

Below you will find the default README template, please update the README file after creating the project.

PROJECT NAME

Short project description.

https://www.project.org

I. Prerequisites

Using DDEV Using LAMP stack
mkcert PHP 8.2
DDEV 1.22.0+ MySQL 5.7.8+ / MariaDB 10.3.7+
Apache / NGINX
Composer
NVM
Node.js 18 (run nvm use 18)

II. Project setup

If you are using LAMP stack and not DDEV, also the following steps are also required:

III. Installation

IV. Development

Please make sure you are familiar with: