dd-trace-js icon indicating copy to clipboard operation
dd-trace-js copied to clipboard

add dev container, update development docs

Open Kyle-Verhoog opened this issue 4 years ago • 0 comments

What does this PR do?

Adds a dev container definition to docker-compose.yml and updates the development docs.

Motivation

Having a dev container is handy for quickly getting started with development without any dependencies besides docker.

Plugin Checklist

Additional Notes

For now the dev container just uses node:latest for the image but it would probably be better to have an image that has all the Node versions baked in.

Kyle-Verhoog avatar Oct 12 '21 21:10 Kyle-Verhoog