-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from ucfx/to-vite
Update Readme & package.json
- Loading branch information
Showing
2 changed files
with
28 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,42 @@ | ||
<h1 align="center">TIC-TAC-TOE-GAME</h1> | ||
|
||
|
||
## :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 | ||
- <a target="_blank" href="https://ucfx.github.io/TIC-TAC-TOE-GAME/"> Click Here </a> to see and play by yourself a demo of the game. | ||
|
||
- <a target="_blank" href="https://ucfx.github.io/TIC-TAC-TOE-GAME/"> Click Here </a> to see and play by yourself a demo of the game. | ||
|
||
## :mailbox: Contact | ||
- <a target="_blank" href="mailto:ucefhammadi@gmail.com">E-mail</a> | ||
|
||
- <a target="_blank" href="mailto:ucefhammadi@gmail.com">E-mail</a> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters