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.
Louis Lam
8e72d6f534
|
1 year ago | |
---|---|---|
.. | ||
README.md | 1 year ago | |
devcontainer.json | 1 year ago |
README.md
Codespaces
Now you can modifiy Uptime Kuma on 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 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.
Restart Backend
Sometimes you need to restart the backend after changed something.
- 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