[go: up one dir, main page]

Skip to content

Beyond Your Bestiary Explorer (BYBE) - Pathfinder 2e GM Tools Frontend

License

Notifications You must be signed in to change notification settings

TheAsel/BYBE-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BYBE - Frontend

BYBE

Beyond Your Bestiary Explorer (BYBE) provides tools to help Pathfinder 2e Game Masters. Built on top of the BYBE - Backend

Table of Contents
  1. Download
  2. Features
  3. Installation
  4. Support Me

📥 Download

BYBE is also available offline! We currently support Windows, MacOS and Linux (AppImage). Click on the button below to download the application for your preferred platform.

Download

✨ Features

  • Encounter Builder
    • Browse and filter a list of all creatures
    • Balance encounters based on your party size and level
    • Generate random encounters based on your requirements
  • Shop Generator
    • Browse and filter a list of all items
    • Generate random shops with filters and templates
  • Fast, mobile friendly, light/dark theme, accessible
  • More to come...

Screenshot of the Encounter Builder page of BYBE

Encounter Builder



Screenshot of the Shop Generator page of BYBE

Shop Generator

🖥️ Installation

Requirements

Built using:

Local

  1. Install Node.js on your machine.
  2. Download the latest release or clone this repository:
git clone https://github.com/TheAsel/BYBE-frontend
  1. Navigate to the project's main directory.
  2. Install the dependencies:
npm install
  1. Run the webpage in development mode:
npm run dev
  1. To instead deploy the production build, run:
npm run build && npm run start

Docker

  1. Download the latest release or clone this repository:
git clone https://github.com/TheAsel/BYBE-frontend
  1. Navigate to the project's main directory
  2. Build the docker image:
docker build -t bybe-frontend .
  1. Run the docker image:
docker run --name bybe-frontend -p 3000:8080 --rm bybe-frontend

❤️ Support me

If you like this tool, consider supporting me:

ko-fi

Also consider supporting RakuJa, the backend developer. Thank you!

🔼 Back to top