Palpo offical website base on Rspress.
This project uses Bun as the package manager and runtime environment. Before you begin, make sure Bun is installed:
# Install Bun
curl -fsSL https://bun.sh/install | bashUse Bun to install project dependencies:
bun installThis project contains the following main directories:
docs: Document source file directory, containing all official Palpo documentationutils: Utility script directory, various scripts for assisting document generation and maintenance
Start the development server:
bun run devBuild the production version:
bun run buildPreview the production build locally:
bun run previewWe welcome every developer interested in Palpo to participate in the improvement and improvement of the document. You can contribute by:
- Submitting bug fixes or documentation updates
- Improving the content and structure of existing documentation
Before submitting a contribution, please make sure your changes adhere to the project's style and standards.
Thank you for supporting the Palpo project!