Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 614 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 614 Bytes

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