https://github.com/envsa/ddev-config
https://github.com/envsa/ddev-config
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/envsa/ddev-config
- Owner: envsa
- License: apache-2.0
- Created: 2024-06-19T23:54:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-20T06:39:10.000Z (3 months ago)
- Last Synced: 2026-03-20T19:37:20.254Z (2 months ago)
- Language: Shell
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://addons.ddev.com)
[](https://github.com/envsa/ddev-config/commits)
[](https://github.com/envsa/ddev-config/actions/workflows/tests.yml)
[](https://github.com/envsa/ddev-config/releases/latest)
# envsa DDEV Config
## Overview
This is a repository to quickstart out envsa DDEV projects with some custom settings.
## Installation
```sh
ddev add-on get envsa/ddev-config
ddev restart
```
After installation, make sure to commit the .ddev directory to version control.
## What is included
- Install pnpm as package manager
- Install playwright dependencies in the web container
- Expose a port for Vite's dev server
- Make this settable via an environment variable
- Default back to port 3000
## Usage
| Command | Description |
| --------------- | ------------------------------------------------- |
| `ddev describe` | View service status and used ports for this addon |
## How to debug in GitHub Actions
See [full instructions](./README_DEBUG.md).
## Resources
- [DDEV Add-ons: Creating, maintaining, testing](https://www.youtube.com/watch?v=TmXqQe48iqE) (part of the [DDEV Contributor Live Training](https://ddev.com/blog/contributor-training))
- [Advanced Add-On Techniques](https://ddev.com/blog/advanced-add-on-contributor-training/)
- [DDEV Add-on Maintenance Guide](https://ddev.com/blog/ddev-add-on-maintenance-guide/)
- [DDEV Documentation for Add-ons](https://ddev.readthedocs.io/en/stable/users/extend/additional-services/)
- [DDEV Add-on Registry](https://addons.ddev.com/)
**Contributed and maintained by [@rellafella](https://github.com/rellafella)**