Add bin/server

This commit is contained in:
David Eisinger
2024-03-05 13:32:03 -05:00
parent 8c6f52fa93
commit 98bbbfdb13

8
bin/server Executable file
View File

@@ -0,0 +1,8 @@
cd bin/dither && \
ROOT=/Users/dce/code/davideisinger.com/content \
KEY=/Users/dce/code/davideisinger.com/secret.key \
bundle exec ruby dither.rb &
sleep 1
DITHER_SERVER=http://localhost:4567 hugo server