7701e2ad36 | ||
---|---|---|
.. | ||
README.md | ||
devcontainer.json |
README.md
Codespaces
You can modifiy Uptime Kuma in your browser without setting up a local development.
- Click
Code
->Create codespace on master
- Wait a few minutes until you see there are two exposed ports
- Go to the
3000
url, see if it is working
Frontend
Since the frontend is using Vite.js, 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.
Backend
The backend does not automatically hot-reload. You will need to restart the backend after changing something using these steps:
- Click
Terminal
- Click
Codespaces: server-dev
in the right panel - Press
Ctrl + C
to stop the server - Press
Up
to runnpm run start-server-dev