0.1.0 • Published 6 months ago

@tatou/plugin-statora-backend v0.1.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
6 months ago

statora

This plugin backend was templated using the Backstage CLI. You should replace this text with a description of your plugin backend.

Installation

This plugin is installed via the @tatou/plugin-statora-backend package. To install it to your backend package, run the following command:

# From your root directory
yarn --cwd packages/backend add @tatou/plugin-statora-backend

Then add the plugin to your backend in packages/backend/src/index.ts:

const backend = createBackend();
// ...
backend.add(import('@internal/plugin-statora-backend'));

Development

This plugin backend can be started in a standalone mode from directly in this package with yarn start. It is a limited setup that is most convenient when developing the plugin backend itself.

If you want to run the entire project, including the frontend, run yarn dev from the root directory.