Add node step to start steps

This commit is contained in:
Will Faught
2023-02-25 16:58:33 -08:00
parent f96ceb840d
commit 06b2578107

View File

@@ -68,13 +68,21 @@ please share it by [posting code or screenshots](https://github.com/willfaught/p
$ brew install hugo
```
2. Create a site:
2. [Install Node](https://nodejs.org/en/download/).
For Homebrew on Mac:
```sh
$ brew install node
```
3. Create a site:
```sh
$ hugo new site yourproject
```
3. Create a post:
4. Create a post:
```sh
$ cd yourproject