Skip to content

TigerInYourDream/website

 
 

Repository files navigation

Palpo Website

Palpo offical website base on Rspress.

Environment Preparation

This project uses pnpm as the package manager. Before you begin, make sure pnpm is installed:

# Install pnpm
npm install -g pnpm

Install dependencies

Use pnpm to install project dependencies:

pnpm install

Project structure

This project contains the following main directories:

  • docs: Document source file directory, containing all official Palpo documentation
  • utils: Utility script directory, various scripts for assisting document generation and maintenance

Development Guide

Start the development server:

pnpm run dev

Build the production version:

pnpm run build

Preview the production build locally:

pnpm run preview

Contribution Guide

We 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!

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.3%
  • TypeScript 17.7%