From fcfc8ce66daf94f8f361fab6f3c7a7e2c35719a6 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 24 Jul 2023 10:32:43 +0200 Subject: [PATCH] frontend: update readme --- frontend/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/README.md b/frontend/README.md index 47fa8510c..e4113d25b 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -3,9 +3,13 @@ Local development via: ``` -VITE_API_ORIGIN=my.nebulon.space npm run dev +VITE_API_ORIGIN=my.example.com npm run dev ``` It requires an access token in `localStorage.token`. -The default local url looks like `http://localhost:5173/#/home/app/` +The default local urls look like: + +FileManager: `http://localhost:5173/filemanager.html#/home/app/` +Terminal: `http://localhost:5173/terminal.html?id=` +LogViewer: `http://localhost:5173/logs.html?appId=`