Skip to content

The static website detailing CodeMC and its services.

License

Notifications You must be signed in to change notification settings

CodeMC/codemc.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.