For detailed architecture, see .prompts/project-info.prompttemplate.
npm cinpm startThis starts the local development server at http://localhost:3000 with hot-reloading.
npm run buildThis generates static files in the /build directory.
npm run serveServes the built site locally to verify the production build.
npm run clearClears the Docusaurus cache if you encounter build issues.