Skip to content

Commit

Permalink
Add bin/dev script
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhammond committed Dec 4, 2024
1 parent edc4ea9 commit dad380d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ exclude:
- Gemfile
- Gemfile.lock
- README.md
- bin

sass:
style: compressed
Expand Down
4 changes: 4 additions & 0 deletions bin/dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh

bundle install
bundle exec jekyll serve --livereload

0 comments on commit dad380d

Please sign in to comment.