mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-09 23:24:07 -08:00
084cf01fcd
* Create devcontainer.json * WIP * WIP * WIP * Create README.md * Try to fix cypress issue * Add extensions * WIP * Minor
993 B
993 B
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