- Install Jekyll
[sudo] gem install jekyll
- Download Repo
[sudo] git clone https://github.com/StartupShell/web-2017.git
- Run Locally
jekyll serve
TL;DR if chocolatey is installed:
choco install ruby -y
gem install bundler
gem install jekyll
git clone https://github.com/startupshell/web-2017.git && cd web-2017
jekyll serve
- Install Chocolatey (skip if already installed)
- Open a command prompt with admin privs
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
- Close command prompt
- Install Ruby
choco install ruby -y
- Install Bundler
gem install bundler
- Install Jekyll
gem install jekyll
- Download Repo
git clone https://github.com/StartupShell/web-2017.git
- Run Locally
jekyll serve
See http://guides.rubygems.org/ssl-certificate-update/ to fix this problem.