Skip to content

Commit a5c3b74

Browse files
authored
Merge branch 'main' into ryan/repo-alignment
2 parents 1acde62 + 684f854 commit a5c3b74

File tree

5 files changed

+398
-206
lines changed

5 files changed

+398
-206
lines changed

Diff for: .github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ jobs:
2323

2424
- name: Install Dependencies with Legacy Peer Deps
2525
run: npm install --legacy-peer-deps
26+
working-directory: ./client
2627

2728
- name: Build Project with OpenSSL Legacy Provider
2829
run: |
2930
export NODE_OPTIONS=--openssl-legacy-provider
3031
npm run build
32+
working-directory: ./client

Diff for: client/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The following steps would help setup the app for development locally.
1010
1. Make sure you have [Node.js](https://nodejs.org/en/) installed.
1111
2. [Install and run](https://docs.dgraph.io) Dgraph on the default port(8080) so
1212
that the frontend can communicate with it.
13-
3. We use [npm](https://www.npmjs.com/) for dependency management. Run `npm install`
13+
3. We use [npm](https://www.npmjs.com/) for dependency management. Run `npm install --legacy-peer-deps`
1414
from within the dashboard folder to install the deps.
1515
4. Run `npm start` which would open up the UI at `http://localhost:3000`.The UI gets
1616
refreshed automatically after a change in any files inside the src folder.

0 commit comments

Comments
 (0)