Skip to content

Commit a76e713

Browse files
authored
Added a hint to use prod backend for development
Trust me thats good practice... or maybe... whatever its good development experience :)
1 parent 4565616 commit a76e713

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,9 @@ If you want to add a feature or extend the application in any other way, please
357357

358358
For any contribution to be merged, all pipelines need to be successful, and the linter should not give any errors. (Warnings are tolerated if reasonable). Additionally, all new features need to be documented here.
359359

360+
Tip: If you only want to update the frontend, you dont need to set up a local backend. Simply make your frontend point to the actual backend ;=)
361+
To do this, you can edit [`public/env-config.js`](./public/env-config.js) to have **DATA_BOARD_PUBLIC_BACKEND_URL** set to `http://databoard.psi.ch/api/`.
362+
360363
### 🎨 Adding Custom Themes
361364

362365
Adding a custom theme can be done by opening a PR with the following changes:

0 commit comments

Comments
 (0)