Skip to content

Commit

Permalink
chore(website): use same toolchain with nodejs binding
Browse files Browse the repository at this point in the history
Signed-off-by: suyanhanx <[email protected]>
  • Loading branch information
suyanhanx committed Mar 13, 2023
1 parent 182717b commit 18e5517
Show file tree
Hide file tree
Showing 5 changed files with 7,587 additions and 8,505 deletions.
5 changes: 0 additions & 5 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,3 @@
"ba" = "ba"
# Showed up in examples.
"thw" = "thw"

[files]
extend-exclude = [
"website/pnpm-lock.yaml"
]
1 change: 0 additions & 1 deletion licenserc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ excludes = [
"tests/data/**",
"bindings/nodejs/.npmignore",
"bindings/python/test_requirements.txt",
"website/pnpm-lock.yaml",

# Env example that doesn't need license.
".env.example",
Expand Down
6 changes: 3 additions & 3 deletions website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ This website is built using [Docusaurus 2](https://docusaurus.io/), a modern sta
### Installation

```
$ pnpm i
$ yarn
```

### Local Development

```
$ pnpm start
$ yarn start
```

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

### Build

```
$ pnpm build
$ yarn build
```

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

0 comments on commit 18e5517

Please sign in to comment.