dd-trace-js
dd-trace-js copied to clipboard
add dev container, update development docs
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
- [ ] ~Unit tests.~
- [ ] ~TypeScript definitions.~
- [ ] ~TypeScript tests.~
- [ ] ~API documentation.~
- [ ] ~CircleCI jobs/workflows.~
- [ ] ~Plugin is exported.~
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.