Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 331 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 331 Bytes

DX - Developer Experience with Spotify Backstage project (DEMO)

  1. First we need a Postgresql DB + PgAdmin to store the plugins data
  2. Setup a postgresql in Docker and config this project to connect with your local DB instance (app-config.local.yaml)
  3. To start the backstage portal app, run:
yarn install
yarn dev