Setting Up the Development Environment

Preparations

Makepad Book is built using Rust and Rspress

Installing Rust

Run the project

The Makepad Book uses pnpm as the package management tool.

Please refer to the official pnpm installation guide to install pnpm.

tip

If you have already installed npm or yarn, you can use npm or yarn to install pnpm.

npm
yarn
pnpm
bun
1npm install -g pnpm

In practice, you only need to run the following commands:

1pnpm install  # Install dependencies
2pnpm run dev  # Start the project