Don't forget to give the project a star ⭐ ¡Thanks!
Look at the goals of this project, things that will be added soon
follow steps to run the project.
-
Clone repository.
-
Install package.json dependencies.
npm install
- Build and Start the project.
npm run start:build
or
- Start in development mode.
npm run dev
- You can now see the page locally at "localhost:8081".
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.
Important
Use conventional commits
and ensure that the code passes the linter test, pull requests are not accepted without this last point.
Keep in mind that every change to the website would require updating the version in the package.json
.
format of verisoned
MAYOR
.MINOR
.PATCH
-
minor-feat
: Only used for making minor changes to existing things. update aPATCH
version. -
fix
: Used when fixing a bug. update aPATCH
version. -
feat
: Used when adding substantial content anywhere on the page. update aMINOR
version. -
The
MAJOR
version is only incremented when theMINOR
version reaches 100 or there is a deep and general change across the entire page. This would only be handled by me, the repository owner.
-
Fork the project.
-
Clone your fork.
git clone https://github.com/@your_username/tic-tac-toe-world
- Create your Feature Branch.
git checkout -b feature/AmazingFeature
- Push to the Branch.
git push origin feature/AmazingFeature
- 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.
Distributed under the MIT License. See LICENSE
for more information.
Famá Román
- [email protected]
- Discord: roumanfama