We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5817f0 commit 0984e6aCopy full SHA for 0984e6a
README.md
@@ -9,6 +9,14 @@ https://netcentric.github.io
9
3. Test your content locally
10
4. Open a PR
11
12
+### Install dependencies
13
+
14
+On the root folder of the project:
15
16
+```bash
17
+npm i
18
+```
19
20
### Install Hugo
21
22
This site is built using [Hugo](https://gohugo.io/).
@@ -21,12 +29,16 @@ port install hugo
29
30
### Local server
23
31
32
33
24
34
```bash
25
35
hugo server
26
36
```
27
37
28
38
### Build locally
39
40
41
42
43
hugo
44
0 commit comments