File tree 5 files changed +398
-206
lines changed
5 files changed +398
-206
lines changed Original file line number Diff line number Diff line change 23
23
24
24
- name : Install Dependencies with Legacy Peer Deps
25
25
run : npm install --legacy-peer-deps
26
+ working-directory : ./client
26
27
27
28
- name : Build Project with OpenSSL Legacy Provider
28
29
run : |
29
30
export NODE_OPTIONS=--openssl-legacy-provider
30
31
npm run build
32
+ working-directory : ./client
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ The following steps would help setup the app for development locally.
10
10
1 . Make sure you have [ Node.js] ( https://nodejs.org/en/ ) installed.
11
11
2 . [ Install and run] ( https://docs.dgraph.io ) Dgraph on the default port(8080) so
12
12
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 `
14
14
from within the dashboard folder to install the deps.
15
15
4 . Run ` npm start ` which would open up the UI at ` http://localhost:3000 ` .The UI gets
16
16
refreshed automatically after a change in any files inside the src folder.
You can’t perform that action at this time.
0 commit comments