Skip to content

Commit 7414a53

Browse files
committed
Update README with instructions
1 parent 3291b87 commit 7414a53

File tree

1 file changed

+27
-2
lines changed

1 file changed

+27
-2
lines changed

README.md

+27-2
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,43 @@ This website is built using [Docusaurus 2](https://docusaurus.io/), a modern sta
88
$ yarn
99
```
1010

11+
```
12+
$ npm version
13+
{
14+
docs: '0.0.0',
15+
npm: '8.5.0',
16+
node: '16.14.2',
17+
v8: '9.4.146.24-node.20',
18+
uv: '1.43.0',
19+
zlib: '1.2.11',
20+
brotli: '1.0.9',
21+
ares: '1.18.1',
22+
modules: '93',
23+
nghttp2: '1.45.1',
24+
napi: '8',
25+
llhttp: '6.0.4',
26+
openssl: '1.1.1n+quic',
27+
cldr: '40.0',
28+
icu: '70.1',
29+
tz: '2021a3',
30+
unicode: '14.0',
31+
ngtcp2: '0.1.0-DEV',
32+
nghttp3: '0.1.0-DEV'
33+
}
34+
```
35+
1136
### Local Development
1237

1338
```
14-
$ yarn start
39+
$ yarn start # or, npm run start
1540
```
1641

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

1944
### Build
2045

2146
```
22-
$ yarn build
47+
$ yarn build # or, npm run build
2348
```
2449

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

0 commit comments

Comments
 (0)