Skip to content

Commit

Permalink
Merge pull request #36 from TheAsel/shop
Browse files Browse the repository at this point in the history
✨ Added Shop Generator page
  • Loading branch information
TheAsel authored Jul 22, 2024
2 parents 2786380 + fc03b36 commit f6a9350
Show file tree
Hide file tree
Showing 45 changed files with 5,263 additions and 2,486 deletions.
Binary file removed .github/encounter-builder.png
Binary file not shown.
Binary file added .github/encounter_builder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/shop_generator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# develop stage
FROM node:20.11.1-alpine AS develop-stage
FROM node:20.15-alpine AS develop-stage
WORKDIR /bybe
COPY package.json ./
RUN npm install --ignore-scripts -g @quasar/cli
Expand All @@ -11,7 +11,7 @@ RUN npm install --ignore-scripts
RUN npm run build

# production stage
FROM nginx:1.25.4-alpine AS production-stage
FROM nginx:1.26.1-alpine AS production-stage
COPY --from=build-stage /bybe/dist/spa /usr/share/nginx/html
COPY --from=build-stage /bybe/nginx.conf /etc/nginx/nginx.conf
EXPOSE 80
Expand Down
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,19 @@
## 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
- 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](https://raw.githubusercontent.com/TheAsel/BYBE-frontend/HEAD/.github/encounter-builder.png)
![Screenshot of the Encounter Builder page of BYBE](https://raw.githubusercontent.com/TheAsel/BYBE-frontend/HEAD/.github/encounter_builder.png)

![Screenshot of the Shop Generator page of BYBE](https://raw.githubusercontent.com/TheAsel/BYBE-frontend/HEAD/.github/shop_generator.png)

## Requirements

Expand Down
Loading

0 comments on commit f6a9350

Please sign in to comment.