You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Frank Elsinga
7701e2ad36
|
1 year ago | |
---|---|---|
.. | ||
README.md | 1 year ago | |
devcontainer.json | 1 year ago |
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