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!
- Game Handbook Generation
- Multi-language Support
- Dark/Light Theme
- Command Execution for YuukiPS
-
Clone the repository:
git clone https://github.com/YuukiPS/Handbook.git cd Handbook
-
Install dependencies:
yarn install
Run the development server:
yarn dev
The site will be available at http://localhost:1420
Create an optimized production build:
yarn build
The output will be in the dist
directory.
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.