Skip to content

Latest commit

History

History
39 lines (25 loc) 路 778 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (25 loc) 路 778 Bytes

How to contribute

Requirements

Node.js >= 14, PNPM >= 7, Rust

After Rust is installed, add wasm32-wasi.

rustup target add wasm32-wasi

Setup the repository locally

  1. Fork and clone the repository.
git clone https://github.com/<your name>/dumi.git
cd dumi
  1. Install all dependencies
pnpm install

Due to the network download required by the scripts that need to be run during installation, you may need to set up a network proxy if an error occurs.

Now you can start developing

pnpm dev
pnpm docs:dev

Submitting the Pull Request

Submit a pull request from your topic branch to the master branch on the umijs/dumi repository.