Prerequisites
- Node >=14.18
- pnpm
pnpm i
You can modify the .env.development
VITE_APP_DEV_BACKEND
to specify the backend before running.
pnpm run dev
You can modify the .env.production
VITE_APP_PROD_BACKEND
to specify the backend before running.
pnpm run build