From f5d5c0ba4bbbe2c172b6cf18a3134942a4eaad29 Mon Sep 17 00:00:00 2001 From: Valentin Fondaratov Date: Fri, 6 Sep 2024 14:30:09 +0200 Subject: [PATCH] Update README to tell which server to connect to locally --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 15e8c63d6..8df2d9610 100644 --- a/README.md +++ b/README.md @@ -20,5 +20,6 @@ Directory `dashboard` contains Vue.js application built using [PrimeVue](https:/ - `pnpm vite serve` to start a dev server with hot module replacement. - `pnpm build` to build for production and `pnpm vite preview` to preview the production build. - You can change server to the local one in `ServerConfigurator.ts` + - To test your changes against production server, replace the url to `https://ij-perf-api.labs.jb.gg`. Make sure you have access to the internal network. To change dashboard, edit your dashboard page in `dashboard/new-dashboard/src/components`