Skip to content

Commit 9ad7fe5

Browse files
committed
flag as executable
1 parent e55105a commit 9ad7fe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ This website is built using [Docusaurus 2](https://docusaurus.io/), a modern sta
44

55
### Installation
66

7-
```
7+
```shell
88
npm install
99
```
1010

1111
### Local Development
1212

13-
```
13+
```shell
1414
npm run 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

1919
### Build
2020

21-
```
21+
```shell
2222
npm run build
2323
```
2424

0 commit comments

Comments
 (0)