shilman / rspack-website

Website of Rspack

Home Page:https://rspack.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rspack Documentation

πŸ“„ Documentation for Rspack.

Translation

Currently Rspack provides documentation in English and Chinese. If you can use Chinese, please update both documents at the same time. Otherwise, just update the English documentation.

root
└─ docs
   β”œβ”€ en     # English Document
   └─ zh     # Chinese Document

Contributing

This website is built with Modern.js Doc, the document content can be written using markdown or mdx syntax. You can refer to the Modern.js Doc Website for detailed usage.

The source code of Modern.js Doc can be found in this folder.

If you have any problems using the Modern.js Doc, please create a new issue at Modern.js Issues.

Install pnpm

# enable pnpm with corepack
# only available on node >= `v14.19.0`
corepack enable

# or install pnpm 7 directly
npm install -g pnpm@7

Local Development

pnpm install
pnpm run dev

Production Build

pnpm run build

About

Website of Rspack

https://rspack.dev


Languages

Language:TypeScript 87.4%Language:SCSS 8.9%Language:CSS 2.1%Language:JavaScript 1.4%Language:Shell 0.2%