This wiki currently has internal developer documentation for Drupal CMS. The official Drupal CMS User Guide can be found at https://new.drupal.org/docs/drupal-cms.
## Set-up
Here's how to get started developing Drupal CMS (again -- this for contributing _to_ Drupal CMS, not getting set up as a _user_ of Drupal CMS):
1. Install the latest version of DDEV (1.24.0 or later).
2. Clone the repository: `git clone git@git.drupal.org:project/drupal_cms.git`
3. Run the following to get spun up: `cd drupal_cms && ddev start`
4. Run `ddev drush site:install --yes` to install the Starter recipe, or `ddev launch` to use the UI installer.