You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,14 @@ You can run the app in development mode. Open [http://localhost:3000](http://loc
21
21
22
22
`yarn start`
23
23
24
+
> __Note:__ If you are using Node v17+ you may get `error:03000086:digital envelope routines::initialization error` error when running `yarn start`. If so please follow the instructions on https://stackoverflow.com/questions/69692842/error-message-error0308010cdigital-envelope-routinesunsupported to resolve.
25
+
24
26
You can run the test runner in the interactive watch mode.
25
27
26
28
`yarn test`
29
+
30
+
### Running against a local instance of the registry-api
31
+
You can run against a different registry-api backend by changing `BASE_URL` in `src/api/axiosInstances.ts`. For example to run against a local development instance this should be set to:
0 commit comments