Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 327 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 327 Bytes

CoreRC Website

Running locally

You need Ruby and gem before starting, then:

# install bundler
gem install bundler

# clone the project
git clone https://github.com/CoreRC/website.git
cd website

# run jekyll with dependencies
bundle exec jekyll serve

License

Released under the MIT license.