From 915926a65a109ce4fd6d07f8992e6e7ca2aeb0ad Mon Sep 17 00:00:00 2001 From: NetMan <13informatyka14@gmail.com> Date: Sat, 30 Dec 2023 15:14:17 +0100 Subject: [PATCH] README info on NodeJS and usage this project is using nodejs and the web browser --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 506aa4d..ae6de62 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # odin JS Fundamentals Part 2 exercises assignment for [this lesson](https://www.theodinproject.com/lessons/foundations-fundamentals-part-2#assignment) provided on replit + +### usage +i'm using nodeJS to do this + +just install nodejs on from the website, nvm, package manager etc. + +and use `node .` or `node index.js` (index being the name of the file) to launch + +also i saw some html, so it probably ain't ONLY node \ No newline at end of file