Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 667 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 667 Bytes

CodeMC Website

This is the repository for the CodeMC website. The website is built using Jekyll, a static site generator. The website is hosted on Cloudflare Pages.

Setup

  1. Install Ruby and RubyGems. You can download Ruby from here. RubyGems is included in the Ruby installation.
  2. Install Jekyll and Bundler. Run gem install jekyll bundler in your terminal.
  3. Clone this repository.
  4. Run bundle install in the repository directory to install the required gems.
  5. Run jekyll serve --livereload to start the Jekyll server. The website will be available at http://localhost:4000.