community-plugins/workspaces/bazaar
Backstage Service Account a5b0c169c0
Version Packages (#4751)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-07-24 07:03:49 -05:00
..
.changeset Version Packages (#4751) 2025-07-24 07:03:49 -05:00
.yarn/patches feat: migrate workspaces 2024-04-19 10:24:22 +02:00
plugins Version Packages (#4751) 2025-07-24 07:03:49 -05:00
.auto-version-bump meta: enable opt-in to auto version bump workflow (#4031) 2025-05-27 08:57:51 -05:00
.dockerignore feat: migrate workspaces 2024-04-19 10:24:22 +02:00
.eslintignore feat: migrate workspaces 2024-04-19 10:24:22 +02:00
.eslintrc.js chore: fix workspace eslintrc files 2024-09-24 11:13:37 +02:00
.gitignore feat: migrate workspaces 2024-04-19 10:24:22 +02:00
.prettierignore feat: migrate workspaces 2024-04-19 10:24:22 +02:00
README.md bazaar - version:bump to v1.38.1 (#3686) 2025-04-17 19:45:00 -05:00
app-config.yaml feat(bazaar): improve yarn dev setup and enable bazaar API integration (#1514) 2024-10-23 14:55:13 +02:00
backstage.json v1.41.1 version bump (#4666) 2025-07-24 06:53:24 -05:00
catalog-info.yaml feat: migrate workspaces 2024-04-19 10:24:22 +02:00
local_dev.yaml feat(bazaar): improve yarn dev setup and enable bazaar API integration (#1514) 2024-10-23 14:55:13 +02:00
package.json v1.41.1 version bump (#4666) 2025-07-24 06:53:24 -05:00
tsconfig.json bazaar - version:bump to v1.38.1 (#3686) 2025-04-17 19:45:00 -05:00
yarn.lock v1.41.1 version bump (#4666) 2025-07-24 06:53:24 -05:00

README.md

Bazaar Isolated Development

To start the Bazaar plugin's isolated development environment, follow these steps:

1. Install Dependencies

At the root of the workspace, run:

yarn install

2. Run Both Frontend and Backend Together

yarn start

3. Run Frontend and Backend Separately

  • Frontend:
    cd plugins/bazaar
    yarn start
    
  • Backend:
    cd plugins/bazaar-backend
    yarn start
    

Customizing Entities

Entities such as components and users are defined in local_dev.yaml. You can modify this file to add new components or change existing ones.

Pre-loaded Bazaar Components

The following components come pre-loaded for easy development:

  • Home Page
  • Bazaar Overview Widget