community-plugins/workspaces/bazaar
Andre Wanlin 1751e05301
Various workspaces - Removed usages of `concurrently` (#2362)
Signed-off-by: Andre Wanlin <awanlin@spotify.com>
2024-12-24 14:36:48 -06:00
..
.changeset Version Packages (#2260) 2024-12-23 10:04:02 -06:00
.yarn/patches
plugins Version Packages (#2260) 2024-12-23 10:04:02 -06:00
.dockerignore
.eslintignore
.eslintrc.js
.gitignore
.prettierignore
README.md
app-config.yaml
backstage.json bazaar - version:bump to v1.34.1 (#2246) 2024-12-23 09:50:11 -06:00
catalog-info.yaml
local_dev.yaml
package.json Various workspaces - Removed usages of `concurrently` (#2362) 2024-12-24 14:36:48 -06:00
tsconfig.json
yarn.lock Various workspaces - Removed usages of `concurrently` (#2362) 2024-12-24 14:36:48 -06: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 dev

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