Skip to content

Commit 0984e6a

Browse files
committed
Update README.md
1 parent a5817f0 commit 0984e6a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ https://netcentric.github.io
99
3. Test your content locally
1010
4. Open a PR
1111

12+
### Install dependencies
13+
14+
On the root folder of the project:
15+
16+
```bash
17+
npm i
18+
```
19+
1220
### Install Hugo
1321

1422
This site is built using [Hugo](https://gohugo.io/).
@@ -21,12 +29,16 @@ port install hugo
2129

2230
### Local server
2331

32+
On the root folder of the project:
33+
2434
```bash
2535
hugo server
2636
```
2737

2838
### Build locally
2939

40+
On the root folder of the project:
41+
3042
```bash
3143
hugo
3244
```

0 commit comments

Comments
 (0)