Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
chore: move website into repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hardfist committed Mar 21, 2024
1 parent e3cb3ae commit 5530896
Showing 1 changed file with 3 additions and 45 deletions.
48 changes: 3 additions & 45 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,48 +2,6 @@

πŸ“„ 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.

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

## Contributing

This website is built with [Rspress](https://rspress.dev), the document content can be written using markdown or mdx syntax. You can refer to the [Rspress Website](https://rspress.dev) for detailed usage.

The source code of Rspress can be found in [this folder](https://github.com/web-infra-dev/rspress).

If you have any problems using the Rspress, please create a new issue at [Rspress Issues](https://github.com/web-infra-dev/rspress/issues).

### Install dependencies

Enable [pnpm](https://pnpm.io/) with corepack:

```sh
corepack enable
```

Install dependencies:

```sh
pnpm install
```

### Local development

```bash
pnpm install
pnpm run dev
```

### Production build

```bash
pnpm run build
```
> **Note**
>
> Rspack website repo is moved into https://github.com/web-infra-dev/rspack/tree/main/website

0 comments on commit 5530896

Please sign in to comment.