1
0
mirror of https://github.com/XFox111/easylogon-web.git synced 2026-07-02 19:52:45 +03:00

docs: updated development instructions

This commit is contained in:
2025-03-27 21:30:05 +03:00
committed by GitHub
parent 8983124518
commit 04fb838794
+11
View File
@@ -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