Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit c965543

Browse files
committed
Changed from yarn to pnpm
1 parent 3323752 commit c965543

5 files changed

Lines changed: 11395 additions & 8985 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern stati
55
## Installation
66

77
```bash
8-
yarn
8+
pnpm install
99
```
1010

1111
## Local Development
1212

1313
```bash
14-
yarn start
14+
pnpm start
1515
```
1616

1717
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
1818

1919
## Build
2020

2121
```bash
22-
yarn build
22+
pnpm build
2323
```
2424

2525
This command generates static content into the `build` directory and can be served using any static contents hosting service.

docs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 117ab472bfa745d27cc9ed5748f616587328273a

0 commit comments

Comments
 (0)