From 04fb8387948a89e5379a35500bf744ae7f2e6ec4 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Thu, 27 Mar 2025 21:30:05 +0300 Subject: [PATCH] docs: updated development instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 239ed50..1901f13 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,17 @@ yarn lint # Lint the project with ESLint yarn build # Build the project for production ``` +Modify endpoints in .env file: + +``` +# .env +VITE_SIGNALR_URL=http://localhost:8000/ws # SignalR endpoint +VITE_ENDPOINT_URL=http://localhost:8000/send # Data send endpoint +``` + +> [!NOTE] +> You will need to deploy [backbone server](https://github.com/xfox111/backbone), to enable main features + To build a Docker image, run: ```bash