What
Add a .devcontainer so people can open RyTask in GitHub Codespaces and get the stack (Node 22, pnpm 9, Postgres, Redis) ready to run in-browser — lowering the barrier to a first contribution.
Where
- New
.devcontainer/devcontainer.json (+ any compose include). Reuse infra/docker/ where possible.
How to verify
Open the repo in a Codespace, run pnpm install and make up (or the dev flow), and confirm the app comes up.
Notes
Keep it minimal and documented — a short README note on how to launch it is welcome.
What
Add a
.devcontainerso people can open RyTask in GitHub Codespaces and get the stack (Node 22, pnpm 9, Postgres, Redis) ready to run in-browser — lowering the barrier to a first contribution.Where
.devcontainer/devcontainer.json(+ any compose include). Reuseinfra/docker/where possible.How to verify
Open the repo in a Codespace, run
pnpm installandmake up(or the dev flow), and confirm the app comes up.Notes
Keep it minimal and documented — a short README note on how to launch it is welcome.