{
  "version": "2.0.0",
  "tasks": [
    {
      "label": "Start Live Server",
      "type": "shell",
      "command": "npx live-server ./HTML --port=5500 --open=index.html",
      "problemMatcher": []
    }
  ]
}
