If Jekyll gives you this message:
Error: Address already in use - bind(2) for 127.0.0.1:4000
You can serve your jekyll website on a different port with this command:
bundle exec jekyll serve --port=4001