Skip to content

Commit

Permalink
Add scripts/dev.sh to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michalspano committed Nov 10, 2023
1 parent 19a42fb commit b09ac54
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,11 @@ $ bundle install
$ bundle exec jekyll serve --config "_config.yml,_config_local.yml"
```

Or, more simply

```sh
$ ./scripts/dev.sh
```

The `_config_local.yml` file overrides the url, and makes it so the website is
served locally.

0 comments on commit b09ac54

Please sign in to comment.