@ -12,15 +12,17 @@ Now you can modifiy Uptime Kuma on your browser without setting up a local devel
## Frontend
## Frontend
Since it is using Vite.js, all frontend changes will be hot-reloaded. You don't need to restart the frontend, unless you try to add a new frontend dependency.
Since the frontend is using [Vite.js](https://vitejs.dev/), all changes in this area will be hot-reloaded.
You don't need to restart the frontend, unless you try to add a new frontend dependency.
## Restart Backend
## Backend
Sometimes you need to restart the backend after changed something.
The backend does not automatically hot-reload.
You will need to restart the backend after changing something using these steps:
1. Click `Terminal`
1. Click `Terminal`
1. Click `Codespaces: server-dev` in the right panel
2. Click `Codespaces: server-dev` in the right panel