* open the server port to public on container post create
* install gh on container start
* remove port command until needed
* look for port 3001 to be available and make public
* install netcat
* run background nc task before server start
* add sleep 5 due to error clashing with server start
* remove netcat, use gh cli
Implement support for GitHub codespaces and VSCode devcontainers
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
Co-authored-by: Sean Hatfield <seanhatfield5@gmail.com>