Skip to content

Commit 30a4e38

Browse files
committed
add codeblock type
1 parent 4344b2e commit 30a4e38

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010

1111
### Installation
1212

13-
```
13+
```console
1414
$ npm install
1515
```
1616

1717
### Local Development
1818

19-
```
19+
```console
2020
$ npm run start
2121
```
2222

2323
This command starts a local development server and opens up a browser window at http://localhost:3000/. Most changes are reflected live without having to restart the server.
2424

2525
### Build
2626

27-
```
27+
```console
2828
$ npm run build
2929
```
3030

@@ -49,13 +49,13 @@ CADENCE_DOCS_ORGANIZATION=cadence-workflow
4949

5050
Using SSH:
5151

52-
```
52+
```console
5353
$ USE_SSH=true npm run deploy
5454
```
5555

5656
Not using SSH:
5757

58-
```
58+
```console
5959
$ GIT_USER=<Your GitHub username> npm run deploy
6060
```
6161

0 commit comments

Comments
 (0)