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

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

Features

  • Browse and filter a list of all creatures
  • Balance encounters based on your party size and level
  • Generate random encounters based on your requirements
  • Fast, mobile friendly, light/dark theme, accessible
  • More to come...

Screenshot of the Encounter Builder page of BYBE

Requirements

Built using:

Installation guide - 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 with Quasar (needs Node.js and Quasar CLI), run:
npm run build
quasar serve dist/spa --history

Installation guide - 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 -it -p 3000:80 --rm bybe-frontend

Support me

If you like this tool, consider supporting me:

ko-fi

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