A registry for DDEV add-ons where users can discover, explore, and leave comments on available add-ons.
- Jekyll is used under the hood to generate the site.
- Add-ons in the _addons directory are automatically updated using Golang.
- Manual updates can be performed using:
export DDEV_ADDON_REGISTRY_TOKEN=your-classic-github-token-no-privileges cd go go mod vendor go run main.go
DDEV already has all the dependencies included.
- Run
ddev start
to start and set up the project's dependencies (the first start may take a minute or two). - Run
ddev launch :4000
to open the development server with LiveReload.