fix(codeowners): change techdocs-cli to packages

This commit is contained in:
Emma Indal
2020-06-22 14:39:18 +02:00
parent 3b16d4eaaf
commit e2c52bafc8
15 changed files with 1 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
# techdocs-cli
Welcome to the techdocs-cli plugin!
_This plugin was created through the Backstage CLI_
## Getting started
Your plugin has been added to the example app in this repository, meaning you'll be able to access it by running `yarn start` in the root directory, and then navigating to [/techdocs-cli](http://localhost:3000/techdocs-cli).
You can also serve the plugin in isolation by running `yarn start` in the plugin directory.
This method of serving the plugin provides quicker iteration speed and a faster startup and hot reloads.
It is only meant for local development, and the setup for it can be found inside the [/dev](/dev) directory.