This website is built with Docusaurus.
pnpm installpnpm devThis starts the default Chinese locale locally at http://localhost:8080 with hot reload.
To develop the English locale, run:
pnpm dev:enDocusaurus development mode only serves one locale per process. If you need to verify the real language switcher locally, use the production-like preview below.
pnpm preview:i18nThis builds the bilingual site and serves the generated output locally, so / and /en can be switched exactly like production.
pnpm buildThis generates the static site into the build directory.