File tree 1 file changed +27
-2
lines changed
1 file changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -8,18 +8,43 @@ This website is built using [Docusaurus 2](https://docusaurus.io/), a modern sta
8
8
$ yarn
9
9
```
10
10
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
+
11
36
### Local Development
12
37
13
38
```
14
- $ yarn start
39
+ $ yarn start # or, npm run start
15
40
```
16
41
17
42
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
18
43
19
44
### Build
20
45
21
46
```
22
- $ yarn build
47
+ $ yarn build # or, npm run build
23
48
```
24
49
25
50
This command generates static content into the ` build ` directory and can be served using any static contents hosting service.
You can’t perform that action at this time.
0 commit comments