Backend:
python ./main.py
And open another terminal (bash is best) for Front End:
cd panel
vite
cd panel
npm run build
Then enter your password of your server.
git commit -m "[type]: [desc]"
Each commit should belong to types below:
- feat: add a new feature.
- fix: fix a bug.
- docs: add document
- refactor: refactor some module but not really add new feature
- chore: adjust parameter or some tiny update/polish.