You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
all you need is git clone then jekyll serve
On my system, I first need to run bundle install then use bundle exec jekyll serve (to avoid issue with public_suffix versions conflict)
The text was updated successfully, but these errors were encountered:
I don't know it's the case for all OSes.
I'm using Ubuntu 18.04
According to the Readthedocs page:
https://mu.readthedocs.io/en/latest/website.html
all you need is
git clone
thenjekyll serve
On my system, I first need to run
bundle install
then usebundle exec jekyll serve
(to avoid issue with public_suffix versions conflict)The text was updated successfully, but these errors were encountered: