# Create a new Jekyll project
jekyll new my-jekyll-site
# Change to the project directory
cd my-jekyll-site
# Install dependencies
bundle install
# Start the Jekyll server
bundle exec jekyll serve