Skip to content
This repository has been archived by the owner on Mar 16, 2018. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 492 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 492 Bytes

Ravenholdt TC Site

This website was created in order to serve Rogue Theorycrafting Resources and Simulation results.

Development Server

To run a local development server, make sure you have Ruby installed. You can then install Bundler with:

gem install bundler

The commands necessary to run the server are:

bundle install
bundle exec jekyll serve

If you're on Windows, you can just run devserve.bat instead and check the site at 127.0.0.1:4000.