Skip to content

pairspaces/marimo-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Marimo Starter

Open in GitHub Codespaces

Features

  • Minimal
  • Dev Container integration

Usage

Setup

  1. Using the PairSpaces CLI, create an authorization token. See Container Spaces for more details.

    pair spaces authorize
  2. Copy the token to your devcontainer.json in the following section.

    {
        "features": {
            "ghcr.io/pairspaces/devcontainers/pairspaces": {
                "token": "TOKEN"
            }
        },
    }
  3. Push the change to your repository (if using GitHub Codespaces).

  4. Your team can join you by using the PairSpaces CLI to connect to your Codespace. See Connecting to Shared Spaces in our docs.

VSCode

  1. Open folder in VSCode.
  2. Follow instructions to reopen the folder to develop in a container.
  3. Open http://localhost:8080 to view the Marimo app.

GitHub Codespaces

  1. Click Open in GitHub Codespaces from the README page.
  2. When the container is configured and running, click Ports from the console pane.
  3. Open the forwarded port labeled marimo-starter.

Marimo Starter Console Port

About

Work together with your team to build Marimo apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages