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.
- Install Ruby and RubyGems. You can download Ruby from here. RubyGems is included in the Ruby installation.
- Install Jekyll and Bundler. Run
gem install jekyll bundler
in your terminal. - Clone this repository.
- Run
bundle install
in the repository directory to install the required gems. - Run
jekyll serve --livereload
to start the Jekyll server. The website will be available athttp://localhost:4000
.