initial commit

This commit is contained in:
2026-06-23 10:18:19 +02:00
commit 32dedb5203
288 changed files with 114338 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
FROM mcr.microsoft.com/devcontainers/cpp:ubuntu
+12
View File
@@ -0,0 +1,12 @@
{
"build": { "dockerfile": "Dockerfile" },
// "mounts": [
// {
// "source": "${localEnv:HOME}/.pi",
// "target": "/home/vscode/.pi",
// "type": "bind"
// }
// ]
}
+6
View File
@@ -0,0 +1,6 @@
FROM mcr.microsoft.com/devcontainers/cpp:ubuntu
USER vscode
WORKDIR /home/vscode
RUN curl -o install_nvm.sh https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh && bash install_nvm.sh
RUN export NVM_DIR="$HOME/.nvm" && . "$NVM_DIR/nvm.sh" && nvm install --lts && npm install -g --ignore-scripts @earendil-works/pi-coding-agent