keystonejs-contrib / k6-contrib

Keyston-6 contrib
MIT License
35 stars 18 forks source link

Adding devcontainer for simpler local dev #4

Closed aaronpowell closed 3 years ago

aaronpowell commented 3 years ago

I came to contribute to the repo only to find that I didn't have the right yarn installed, I needed to do some local env setup, etc. which just made it a little tricky to poke around in the codebase.

This PR adds a VS Code remote containers definition file that, when used, will create a Dockerised dev environment that you can use from VS Code in a seamless fashion.

If you're not using VS Code, or not using the remote containers extension, these files will have no impact on you.

gautamsi commented 3 years ago

thanks for he PR