1
0
Fork 0
mirror of synced 2024-06-20 22:31:10 -04:00
yadm/Makefile

9 lines
209 B
Makefile
Raw Normal View History

start:
bundle exec jekyll serve --config _config.yml,_config.dev.yml --watch >/dev/null 2>&1 &
2017-08-30 08:12:39 -04:00
@echo Test site should be available at http://127.0.0.1:4000/yadm/
stop:
pkill -f jekyll
restart: stop start