Skip to content

Commit fd32384

Browse files
committed
Improve local dev docs
1 parent 47d839a commit fd32384

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,20 @@ brew install netlify-cli
5353

5454
### Run server
5555

56-
Run server using Netlify Dev:
56+
Run the server with the helper script and Jekyll directly.
57+
58+
```bash
59+
./jekyllRun.sh
60+
```
61+
62+
The script also installs the necessary packages with bundler and support flags
63+
to pass to Jekyll:
64+
65+
```bash
66+
./jekyllRun.sh --future
67+
```
68+
69+
Alternatively, run the server using Netlify Dev to simulate production:
5770

5871
```bash
5972
netlify dev

0 commit comments

Comments
 (0)