- Minimal
- Dev Container integration
-
Using the PairSpaces CLI, create an authorization token. See Container Spaces for more details.
pair spaces authorize
-
Copy the token to your
devcontainer.jsonin the following section.{ "features": { "ghcr.io/pairspaces/devcontainers/pairspaces": { "token": "TOKEN" } }, } -
Push the change to your repository (if using GitHub Codespaces).
-
Your team can join you by using the PairSpaces CLI to connect to your Codespace. See Connecting to Shared Spaces in our docs.
- Open folder in VSCode.
- Follow instructions to reopen the folder to develop in a container.
- Open http://localhost:8080 to view the Marimo app.
- Click
Open in GitHub Codespacesfrom the README page. - When the container is configured and running, click
Portsfrom the console pane. - Open the forwarded port labeled
marimo-starter.
