cheatsheets/Makefile

5 lines
110 B
Makefile

PORT := 3000
start:
env BUNDLE_GEMFILE=./_/Gemfile bundle exec jekyll serve --drafts --watch --port ${PORT}