# Website Documentation
## Overview
Welcome to the **PingPong Client Website** documentation. This website is designed as the user interface for accessing and viewing data fetched from the server. The site is built using:
- **Vue.js** for dynamic web components
- **Tailwind CSS** for modern, responsive styling
- **CSS** for additional custom styling
## Setup
### Clone the Repository
To get started, clone the repository using Git:
```bash
git clone https://github.com/cyberkutti-iedc/PingPong.git
Move into the project directory:
cd PingPong/Client
Install the necessary dependencies using npm:
npm install
Start the development server:
npm run dev
You can then access the website at http://localhost:8080.
Update the API endpoint in the Vue.js configuration to match your server's address. This configuration can typically be found in a configuration file or set through environment variables.
Customize the appearance of your website by editing the CSS files and adjusting Tailwind CSS configuration as needed.
Open your web browser and navigate to http://localhost:8080 to view the client website.
The website will automatically fetch and display data from the server, providing a dynamic and interactive user experience.
For more information, check out the following resources:
- Vue.js Documentation - Official Vue.js documentation
- Tailwind CSS Documentation - Official Tailwind CSS documentation
- GitHub Repository - Access the source code and additional project details