An open API service indexing awesome lists of open source software.

https://github.com/ddev/remote-config

Configuration fetched by DDEV
https://github.com/ddev/remote-config

Last synced: about 1 year ago
JSON representation

Configuration fetched by DDEV

Awesome Lists containing this project

README

          

# DDEV Remote Config

This repository contains the DDEV remote config definitions used by DDEV. For
more information, see [DDEV's documentation](https://ddev.readthedocs.io/en/latest/developers/remote-config).

## Contributing

### Style Guide

This repository uses [Prettier](https://prettier.io/docs/en/) 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:

```shell
npm install
```

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

```shell
npm run lint:fix
```