Update wording for starting the backend
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
This commit is contained in:
@@ -166,11 +166,14 @@ catalog:
|
||||
|
||||
### Running the Backend
|
||||
|
||||
Finally, start up the backend with the new configuration:
|
||||
Finally, start up Backstage with the new configuration:
|
||||
|
||||
```bash
|
||||
# Run from the root to start both backend and frontend
|
||||
yarn dev
|
||||
|
||||
# Alternatively, run only the backend from its own package
|
||||
cd packages/backend
|
||||
# or `yarn dev` to run both frontend and backend
|
||||
yarn start
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user