feat: update readme (#4)

This commit is contained in:
Dream Hunter
2023-08-25 14:07:52 +08:00
committed by GitHub
parent ea501bef03
commit a94fbaff7a

View File

@@ -59,6 +59,7 @@ enable email route and config email forward catch-all to the worker
cd frontend
pnpm install
# add .env.local and modify VITE_API_BASE to your worker's url
# VITE_API_BASE=https://xxx.xxx.workers.dev - don't put / in the end
cp .env.example .env.local
pnpm build --emptyOutDir
cd ..