personal_site/run.sh
2025-01-11 19:35:42 +00:00

7 lines
313 B
Bash
Executable File

#!/usr/bin/env bash
bundle install
npm outdated
echo Open http://0.0.0.0:4100
echo Open http://mathmac.local:4100
# bundle exec jekyll serve --draft --future --live --incremental --host 0.0.0.0
bundle exec jekyll serve --live --incremental --livereload --future --host 0.0.0.0 --port 4100 --livereload-port 4101