Welcome to the Sports System project! This repository hosts a sports blog, tournament system, and information website.
The Sports System project aims to provide a platform for sports enthusiasts to stay updated with the latest news, participate in tournaments, and access relevant sports information. It includes the following features:
- Sports Blog: Read and share articles, news, and updates about various sports.
- Tournament System: Participate in and manage sports tournaments for different disciplines such as football, rugby, and basketball.
- Information Website: Access comprehensive information about different sports, including rules, strategies, and player profiles.
To set up the project locally and start contributing, follow these steps:
- Visual Studio Code - A lightweight and powerful code editor.
- Visual Studio Code Extensions:
- Live Server - Launch a development server with live reload feature.
- JS Syntax - Improved JavaScript syntax highlighting.
- Image Preview - Preview images within the editor.
- Color Preview - Preview colors within the editor.
- GitHub - Integration with GitHub services.
-
Clone the repository by running the following command in your terminal or command prompt:(assuming you have setup git on your machine)
git clone https://github.com/winstonwacieni/sports-system git clone https://github.com/winstonwacieni/sports-system
-
Open Visual Studio Code and navigate to the project's directory:
cd sports-system
- Launch the project using the Live Server extension:
- Open the project in Visual Studio Code.
- Locate the index.html file.
- Right-click on the file and select "Open with Live Server". -The website will open in your default browser and automatically refresh when you make any changes.
To contribute to the Sports System project, follow these steps:
- Create a new branch for your changes:
git checkout -b feature/new-feature
- Make necessary changes and commit them:
git add .
git commit -m "Add new feature"
- Push your changes to the repository:
git push origin feature/new-feature
- Open a pull request on GitHub to merge your changes into the main branch. License This project is licensed under the MIT License.