frontend: update readme

This commit is contained in:
Johannes Zellner
2023-07-24 10:32:43 +02:00
parent 4c185fb3b4
commit fcfc8ce66d

View File

@@ -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/<appId>`
The default local urls look like:
FileManager: `http://localhost:5173/filemanager.html#/home/app/<appId>`
Terminal: `http://localhost:5173/terminal.html?id=<appId>`
LogViewer: `http://localhost:5173/logs.html?appId=<appId>`