mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
7 lines
313 B
Bash
Executable File
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 |