Add .devcontainer (#1032)

Adds support for [devcontainers](https://containers.dev/), this should
make onboarding easier and should allow (especially simpler)
contributions entirely online via Github Codespaces 🚀
This commit is contained in:
Jonas De Kegel
2023-05-15 17:04:28 +02:00
committed by GitHub
parent 54f9b712e4
commit 15b51921b2
5 changed files with 32 additions and 3 deletions

View File

@@ -12,5 +12,5 @@ services:
- '3001:3001'
volumes:
- '.:/app'
restart: no
restart: 'no'