Skip to content

ppyroath/ppyroath.github.io

Repository files navigation

Pyroath

A simple and clean web application to track in-game events for Punishing: Gray Raven and Wuthering Waves.
Preceded by PGRNow

Features

  • Displays current and upcoming game events.
  • Shows server time for different game servers.
  • Clean and responsive user interface.

Getting Started

Prerequisites

Installation & Running Locally

  1. Clone the repository:
    git clone https://github.com/ppyroath/ppyroath.github.io.git
  2. Navigate to the project directory:
    cd ppyroath.github.io
  3. Install dependencies:
    npm install
  4. Run the development server:
    npm run dev