Review comments
This commit is contained in:
@@ -4,7 +4,7 @@ A Backstage Plugin adds functionality to Backstage.
|
||||
|
||||
## Create a plugin
|
||||
|
||||
To create a new plugin, make sure you've run `yarn` and installed dependencies, then run the following on your command line (invoking the `backstage-cli`).
|
||||
To create a new plugin, make sure you've run `yarn install` and installed dependencies, then run the following on your command line (invoking the `backstage-cli`).
|
||||
|
||||
```bash
|
||||
yarn create-plugin
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Backstage App
|
||||
|
||||
If you want to get setup quickly with your own Backstage project you can create a Backstage App.
|
||||
If you want to get set up quickly with your own Backstage project you can create a Backstage App.
|
||||
|
||||
A Backstage App is a monorepo setup with `lerna` that includes everything you need to run Backstage in your own environment.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user