Change project name, create logo, change README.md to be soon updated.

This commit is contained in:
LukeGus
2024-12-08 01:24:14 -06:00
parent 376fbb1b66
commit 17d2e65187
12 changed files with 40 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
// start.js
const { spawn } = require('child_process');
const child = spawn('node', ["\"D:/Programming Projects/SSH-Project-JB/backend/server.js\""], {
const child = spawn('node', ["\"D:/Programming Projects/Termix/backend/server.js\""], {
stdio: 'inherit', // this is key for interactivity
shell: true, // use system shell
});