frontend: move to repo root

This commit is contained in:
Patrik Oldsberg
2020-03-05 15:55:28 +01:00
parent 5b9845f62f
commit 56226ae84d
184 changed files with 111 additions and 2097 deletions
+1 -3
View File
@@ -47,8 +47,6 @@ $ docker-compose up --build
Once the backend services are up and running, open a separate terminal window and start the web app using the following commands from the project root:
```bash
$ cd frontend
$ yarn # may take a while
$ yarn start
@@ -60,7 +58,7 @@ The final `yarn start` command should open a local instance of Backstage in your
### Creating a Plugin
To create a new plugin, go to the `frontend/` directory and run the following:
To create a new plugin, run the following:
```bash
$ yarn && yarn create-plugin