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
# Use rvm to install ruby2.7.3 (needed for jekyll 3.9, which is required by github-pages 219)
rvm install 2.7.3
# Set ruby2.7.3 as default
rvm --default 2.7.3
# Use ruby2.7.3 in this shell
rvm use 2.7.3
cd mrandri19.github.io
# Download dependencies described in Gemfile and update Gemfile.lock
bundle install
# Serve the website, reloading on changes
bundle exec jekyll serve --livereload
Homepage
# install tailwindcss (needed only once)
npm i tailwindcss
# rebuild the css on changes
npx tailwindcss -i index-style.css -o index-style.out.css --watch