Skip to content

Commit

Permalink
docs: fix no show demo gif & adds dots
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanFama592 committed Feb 8, 2024
1 parent 1d6de06 commit 4a0ac5c
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@

# Tic Tac Toe World

[Try a game](https://t3-world.vercel.app/play)

![demo-gif](https://github.com/RomanFama592/tic-tac-toe-world/blob/main/docs/images/demo.gif?raw=true)


![Contributions? Welcome](https://img.shields.io/badge/Contributions-Welcome-brightgreen.svg)
![Maintained? Yes](https://img.shields.io/badge/Maintained%3F-Yes-brightgreen.svg)
[![Linting](https://github.com/RomanFama592/tic-tac-toe-world/actions/workflows/lint.yml/badge.svg)](https://github.com/RomanFama592/tic-tac-toe-world/actions/workflows/lint.yml)

![vid-demo.gif](https://github.com/RomanFama592/tic-tac-toe-world/blob/master/docs/images/demo.gif?raw=true)

[Try a game](https://t3-world.vercel.app/play)

</div>

<details open>
Expand Down Expand Up @@ -44,49 +43,49 @@ npm run start:build

or

4. Start in development mode
4. Start in development mode.
```bash
npm run dev
```

5. You can now see the page locally at "localhost:8081"
5. You can now see the page locally at "localhost:8081".

<p align="right"><a href="#top">Back to top 🔼</a></p>
<br>

## 👋 Contributions

If you have a suggestion that would make this better, please fork the repo and create a Pull Request. You can also simply [open an issue](https://github.com/RomanFama592/tic-tac-toe-world/issues)
If you have a suggestion that would make this better, please fork the repo and create a Pull Request. You can also simply [open an issue](https://github.com/RomanFama592/tic-tac-toe-world/issues).

Don't forget to **give the project a star ⭐!** Thanks again!
Don't forget to **give the project a star ⭐!** Thanks again!.

> [!IMPORTANT]
> Use [`conventional commits`](https://www.conventionalcommits.org/) and ensure that the code passes the linter test, pull requests are not accepted without this last point.
1. Fork the project
1. Fork the project.

2. Clone your fork
2. Clone your fork.

```bash
git clone https://github.com/@your_username/tic-tac-toe-world
```

3. Create your Feature Branch
3. Create your Feature Branch.

```bash
git checkout -b feature/AmazingFeature
```

4. Push to the Branch
4. Push to the Branch.

```bash
git push origin feature/AmazingFeature
```

5. Open a Pull Request to branch `master`
5. Open a Pull Request to branch `master`.

> [!WARNING]
> Respect the code styles: try to keep your pull requests as clean as possible, avoiding unnecessary changes like swapping a " for a ' and similar minor adjustments. If you wish to modify the styles, please do so in a separate pull request, and it will be evaluated accordingly
> Respect the code styles: try to keep your pull requests as clean as possible, avoiding unnecessary changes like swapping a " for a ' and similar minor adjustments. If you wish to modify the styles, please do so in a separate pull request, and it will be evaluated accordingly.
### 🙏 Thank you very much to these individuals who contributed to this project.

Expand Down

0 comments on commit 4a0ac5c

Please sign in to comment.