# @backstage/backend-defaults This package provides the default implementations and setup for a standard Backstage backend app. ## Installation Add the library to your backend app package: ```bash # From your Backstage root directory yarn --cwd packages/backend add @backstage/backend-defaults ``` ## Documentation - [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md) - [Backstage Documentation](https://backstage.io/docs) - [Backstage Backend System](https://backstage.io/docs/backend-system/)