Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Commit f844a25

Browse files
committed
fix: markdown syntax
1 parent be5daf3 commit f844a25

1 file changed

Lines changed: 9 additions & 25 deletions

File tree

README.md

Lines changed: 9 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,24 @@
22

33
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
44

5-
### Installation
5+
## Installation
66

7-
```
8-
$ yarn
7+
```bash
8+
bun install
99
```
1010

11-
### Local Development
11+
## Local Development
1212

13-
```
14-
$ yarn start
13+
```bash
14+
bun 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

19-
### Build
19+
## Build
2020

21-
```
22-
$ yarn build
21+
```bash
22+
bun build
2323
```
2424

2525
This command generates static content into the `build` directory and can be served using any static contents hosting service.
26-
27-
### Deployment
28-
29-
Using SSH:
30-
31-
```
32-
$ USE_SSH=true yarn deploy
33-
```
34-
35-
Not using SSH:
36-
37-
```
38-
$ GIT_USER=<Your GitHub username> yarn deploy
39-
```
40-
41-
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.

0 commit comments

Comments
 (0)