From ea22802c92011479ed0c43dd858e8005fdbe795b Mon Sep 17 00:00:00 2001 From: djmil Date: Thu, 10 Aug 2023 19:45:54 +0200 Subject: [PATCH] add install readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index abb47a2..cb7ecab 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # TicTacToe -A small tic-tac-toe game build with ReactJS \ No newline at end of file +A small tic-tac-toe game build with ReactJS + +## Installation + +- Install Node.js +- Install the dependencies with `npm install` +- Run `npm start` to start a local server and follow the prompts to view the code running in a browser