This repository provides a GitHub Codespaces environment with LLM, Python 3.13, Node.js, .NET SDK, uv
and the GitHub Copilot VS Code extension.
Then try running this in a terminal:
llm "Fun facts about pelicans"
LLM is configured using the llm-github-models plugin.
The codespace also includes:
- Node.js (latest) for JavaScript/TypeScript development
- .NET SDK (latest) for C# development with the C# VS Code extension
- Python 3.13 with
uv
package manager
Try these commands to verify the installations:
node --version
dotnet --version
python --version