This repository contains the source code for the Emporia Vue Local documentation website, built with Docusaurus 3.
- Node.js (version 18 or higher)
- pnpm (preferred) or npm/yarn
pnpm installStarts the development server with live reload.
pnpm startOpen http://localhost:3000 to view it in the browser.
Builds the static site for production.
pnpm buildThe static files will be generated in the build directory.
/docs- Documentation markdown files (User Guide)./src- React components and pages (e.g., the homepage)./static- Static assets like images.docusaurus.config.ts- Main configuration file.
- Fork the repository.
- Create a feature branch.
- Submit a Pull Request.