-
Notifications
You must be signed in to change notification settings - Fork 4
How to run a local copy on a Windows Fiscal Laptop
Dylan Peinhardt edited this page Feb 13, 2018
·
1 revision
-
Connect to either a hotspot or the guest network
-
Add
C:\Ruby24-x64\bin
to your computer's PATH via Environmental Variables (requires administrator password) -
Open an administrator prompt (requires administrator password)
-
Enter
gem install jekyll bundler
-
cd to GitHub repo folder
-
Enter
bundle install --path vendor/cache
-
Enter
bundle exec jekyll serve
A local environment will now be running which is accessible via localhost:4000
in your browser.
#bestteamevar