GamesDoneQuick / gdq-break-channels

Break Screen Channels for GDQ broadcasts
Other
141 stars 45 forks source link

chore: Add dev container #36

Open LewisHogan opened 9 months ago

LewisHogan commented 9 months ago

Description

Add a .devcontainer configuration so that contributors with a container runtime (e.g. docker) do not need to setup a development environment.

When testing on my m1 macbook air I needed to ensure that the container runtime had at least 4GB available in order to get the build:test script to run, but the preview and the build script both ran without any changes and I suspect that's a consequence of my particular setup.

Checklist: