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
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,7 @@ To clone the repo please keep in mind:
32
32
33
33
To run a local version of the site:
34
34
35
-
1. Run cmd: `./node_modules/.bin/hugo server --environment development`
36
-
37
-
The path syntax prefacing `hugo` may be different based on your operating system and terminal you use.
35
+
1. Run cmd: `npm start`
38
36
39
37
Once the site is built you will see a table indicating how many pages have been created. You will need to wait until the server is set up before you can see the site.
0 commit comments