npm install
npm run dev
When the code is merged into the main
branch, the static resources are automatically built.
Since vite uses 3.0, the node version must be greater than v16, otherwise the following error will occur Cannot find module 'node:path'
.