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
- Host: GitHub
- URL: https://github.com/ddev/remote-config
- Owner: ddev
- License: apache-2.0
- Created: 2023-05-18T07:06:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T20:31:25.000Z (about 1 year ago)
- Last Synced: 2025-04-03T21:29:43.446Z (about 1 year ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 2
- Watchers: 6
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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
```