Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify location of front-end app in onboarding doc #31317

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dotFrontendOnboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ Follow these steps to install and set up the frontend project. This section will

## Running

To run the frontend application locally, follow these steps. This section will guide you through building the project, starting the necessary backend services, and running the frontend application.
To run the frontend application locally, follow these steps. This section will guide you through building the project, starting the necessary backend services, and running the frontend application, which is located in the `core-web` directory.

1. **Build the project**:
First, you need to install the project dependencies and build the project. Use the following command:
First, you need to install the project dependencies and build the project. Execute the following command in the `core-web` directory:

```sh
yarn install
Expand Down
Loading