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