personal_site/run.sh

6 lines
225 B
Bash
Executable File

#!/usr/bin/env bash
bundle install
npm outdated
echo Open http://0.0.0.0:4000
# bundle exec jekyll serve --draft --future --live --incremental
bundle exec jekyll serve --live --incremental --livereload --future --host 0.0.0.0