Code for https://prewired.org.
Based on Minimal Mistakes.
The below instructions assume you're on some Linux distribution:
ruby
packages packages for your system:
sudo apt install ruby ruby-dev build-essential
sudo apt install ruby ruby-devel
(and maybe a build-essential equivalent)gem
:
sudo gem install jekyll bundler
mkdir dev
cd dev
git clone https://github.com/prewired/prewired.github.io.git
cd prewired.github.io
bundle config set --local path 'vendor/bundle'
bundle install
bundle exec jekyll serve