Update project files

This commit is contained in:
2026-07-17 09:48:50 +01:00
commit 4e8b897720
6 changed files with 800 additions and 0 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "crt-terminal-portfolio",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "node server.mjs"
}
}