|
|
|
|
|
by vbezhenar
1749 days ago
|
|
Check out https://code.visualstudio.com/docs/remote/containers I think that GitHub Codespaces are built on this technology. It should allow you (or any of your team mates) to start coding almost instantly, you need to install vscode and docker on your host machine and that's about it. Rent a server in the cloud, install docker there, point your local docker to this cloud server and your laptop turns into a thin client. That's a theory at least. |
|