1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-08-15 13:34:53 +02:00
Files
cheatsheets/Makefile
Rico Sta. Cruz 5f5d24a6b1 Improve layout.
2014-10-23 19:38:50 +08:00

5 lines
110 B
Makefile

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