From b9ccf010cb908f1a439088d65eb67e74a8216f1d Mon Sep 17 00:00:00 2001
From: ucfx <65844371+ucfx@users.noreply.github.com>
Date: Tue, 14 May 2024 01:19:50 +0100
Subject: [PATCH] Update Readme & package.json
---
README.md | 42 ++++++++++++++++++++++++++++--------------
package.json | 1 -
2 files changed, 28 insertions(+), 15 deletions(-)
diff --git a/README.md b/README.md
index 195cc34..1461475 100644
--- a/README.md
+++ b/README.md
@@ -1,28 +1,42 @@
TIC-TAC-TOE-GAME
-
## :rocket: Knowledges
- - `ReactJS`
- - `Framer Motion`
+
+- `ReactJS`
+- `Framer Motion`
## :book: How to use
-To clone and run this application, you'll need [Git](https://git-scm.com/downloads) and [ReactJS](https://react.dev/) installed on your computer. From your command line:
+
+To clone and run this application, you'll need [Git](https://git-scm.com/downloads). From your command line :
+
+## Clone this repository
+
+```
+git clone https://github.com/ucfx/TIC-TAC-TOE-GAME.git
+```
+
+## Go into the repository
```
-# Clone this repository
-$ git clone https://github.com/ucfx/TIC-TAC-TOE-GAME.git
+cd TIC-TAC-TOE-GAME
+```
+
+## Install dependencies
-# Go into the repository
-$ cd TIC-TAC-TOE-GAME
+```
+npm install // pnpm
+```
-# Install dependencies
-$ npm install
+## Run the app
-# Run the app
-$ npm start
```
+npm run dev
+```
+
## :link: Demo
- - Click Here to see and play by yourself a demo of the game.
+
+- Click Here to see and play by yourself a demo of the game.
## :mailbox: Contact
- - E-mail
+
+- E-mail
diff --git a/package.json b/package.json
index 7a75123..f030ebe 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,4 @@
{
- "homepage": "http://youcefhmd.github.io/TIC-TAC-TOE-GAME",
"name": "tic-tac-toe-game",
"version": "0.1.0",
"private": true,