community-plugins/workspaces/bazaar
Backstage Service Account 45337d7bfa
Version Packages (#4121)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-05-30 14:48:50 -05:00
..
.changeset Version Packages (#4121) 2025-05-30 14:48:50 -05:00
.yarn/patches
plugins Version Packages (#4121) 2025-05-30 14:48:50 -05:00
.auto-version-bump meta: enable opt-in to auto version bump workflow (#4031) 2025-05-27 08:57:51 -05:00
.dockerignore
.eslintignore
.eslintrc.js
.gitignore
.prettierignore
README.md
app-config.yaml
backstage.json v1.39.0 version bump (#4077) 2025-05-30 13:56:09 -05:00
catalog-info.yaml
local_dev.yaml
package.json v1.39.0 version bump (#4077) 2025-05-30 13:56:09 -05:00
tsconfig.json
yarn.lock v1.39.0 version bump (#4077) 2025-05-30 13:56:09 -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