mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-08-15 13:34:53 +02:00
5 lines
110 B
Makefile
5 lines
110 B
Makefile
PORT := 3000
|
|
|
|
start:
|
|
env BUNDLE_GEMFILE=./_/Gemfile bundle exec jekyll serve --drafts --watch --port ${PORT}
|