Skip to content

Commit

Permalink
Add shell script to run local server in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
michalspano committed Nov 10, 2023
1 parent c7ec7a2 commit 19a42fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/dev.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh

# Run the jekyll server locally in development mode;
# that is, changes are reflected immediately in the browser.

bundle exec jekyll serve --config "_config.yml,_config_local.yml"

0 comments on commit 19a42fb

Please sign in to comment.