Skip to content

ddev/remote-config

Repository files navigation

DDEV Remote Config

This repository contains the DDEV remote config definitions used by DDEV. For more information, see DDEV's documentation.

Contributing

Style Guide

This repository uses Prettier to maintain consistent formatting. You can manually run Prettier on this repository (requires Node.js).

  1. Clone or fork this project locally.

  2. Install node dependencies:

    npm install
  3. Run the following command to attempt to auto-fix issues:

npm run lint:fix