Skip to content

Latest commit

 

History

History

.devcontainer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

CatColab dev container

CatColab has experimental support for development using a dev container, which simplifies the setup process by providing a pre-configured environment via a Dockerfile. This is most useful for developers using Visual Studio Code or other editors that support the dev containers standard.

To use the dev container:

  1. Ensure you have a container runtime installed and running on your machine. You can refer to the Open Container Initiative for more information on container standards and runtimes. For practical guidance, you might consider starting with Docker's Get Started Guide.
  2. Open the CatColab repository in VS Code.
  3. Open the VS Code command pallet by pressing Cmd+Shift+P on macOS or Ctrl+Shift+P on Linux
  4. Issue the command "Dev Containers: Reopen in Container".
  5. Once the container is running, the necessary setup commands will be executed automatically.
  6. VS Code will prompt "Your application running on port 5173 is available. See all forwarded ports". Click the link to open the application in your browser.