+ make serve now opens the browser

This commit is contained in:
nicobo 2024-05-23 20:16:48 +02:00
parent 996c820e56
commit 2853b47e2b

View file

@ -7,6 +7,7 @@ update:
bundle update
serve: update
sleep 5 && xdg-open http://localhost:4000 &
bundle exec jekyll serve --livereload -H '*' --drafts
build: