Skip to content

Latest commit

 

History

History
82 lines (49 loc) · 2.15 KB

Website.md

File metadata and controls

82 lines (49 loc) · 2.15 KB

Website Documentation

# 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

Navigate to the Client Directory

Move into the project directory:

cd PingPong/Client

Install Dependencies

Install the necessary dependencies using npm:

npm install

Run the Development Server

Start the development server:

npm run dev

You can then access the website at http://localhost:8080.

Configuration

API Endpoint

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.

Styling

Customize the appearance of your website by editing the CSS files and adjusting Tailwind CSS configuration as needed.

Usage

Access the Website

Open your web browser and navigate to http://localhost:8080 to view the client website.

View Data

The website will automatically fetch and display data from the server, providing a dynamic and interactive user experience.

Additional Resources

For more information, check out the following resources:

Badges

Build Status License