Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
added instruction on how to run hugo and npm watch at the same time (#…
Browse files Browse the repository at this point in the history
…231)

Co-authored-by: Martin Lowe <martin.lowe@eclipse-foundation.org>
  • Loading branch information
linkfang and autumnfound committed Jun 10, 2021
1 parent 6f2b917 commit b5e4782
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -22,6 +22,20 @@ Install dependencies, build assets and start a webserver:
make run
```

To run npm watch and hugo server at the same time:

In one terminal:

```bash
npm run watch
```

Once above process is done, in another terminal:

```bash
make run
```

### Getting Started (Windows)

To install our dependencies on Windows, replace the previous `npm install` with this one:
Expand Down

0 comments on commit b5e4782

Please sign in to comment.