Preview:
{
  "artificialDelayMilliseconds": 1000,
  "keepExistingTerminalsOpen": true,
  "runOnStartup": true,
  "terminals": [
    {
      "splitTerminals": [
        {
          "name": "server",
          "commands": ["cd server", "npm start"]
        },
        {
          "name": "client",
          "commands": ["cd client", "npm start"]
        }
      ]
    },
    {
      "splitTerminals": [
        {
          "name": "docker-compose",
          "commands": ["docker-compose up"]
        },
        {
          "name": "docs",
          "commands": ["cd server", "npm run docs"]
        }
      ]
    }
  ]
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter