You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,12 @@ Editing the landing page is tricky but minor edits are easy:
18
18
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
19
19
20
20
### Installation
21
-
`Bash
21
+
```Bash
22
22
$ npm install
23
-
`
23
+
```
24
24
This command installs all the necessary dependencies for your project.
25
25
26
-
`Bash
26
+
```Bash
27
27
$ npm run start -- --poll
28
-
`
28
+
```
29
29
This command starts a local development server and typically opens up a browser window. Most changes are reflected live without having to restart the server.
0 commit comments