Skip to content

YuukiPS/Handbook

Repository files navigation

Handbook Finder

Handbook Finder is a website application built with React and TypeScript. It enables users to search for game items, characters, and weapons.

Note: This project is still a work in progress, so expect some rough edges and changes along the way!

Features

  • Game Handbook Generation
  • Multi-language Support
  • Dark/Light Theme
  • Command Execution for YuukiPS

Development

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/YuukiPS/Handbook.git
    cd Handbook
  2. Install dependencies:

    yarn install

Development Server

Run the development server:

yarn dev

The site will be available at http://localhost:1420

Production Build

Create an optimized production build:

yarn build

The output will be in the dist directory.

License

This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0). See the LICENSE file for details.