I would like to run Jekyll to preview my Github Pages website. Is there a way I can install Jekyll and preview it using jekyll serve?
Bash
jeffhowI got Jekyll running by creating a Gemfile, then adding this to the .replit:
language = "ruby"
run = "bundle exec jekyll serve --host=0.0.0.0"
`3 years ago
ThomasKalkaDid anyone succeed using jekyll on repl.it?3 years ago