Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codemc/codemc.io

The static website detailing CodeMC and its services.
https://github.com/codemc/codemc.io

codemc jekyll website

Last synced: 7 days ago
JSON representation

The static website detailing CodeMC and its services.

Awesome Lists containing this project

README

        

# CodeMC Website

This is the repository for the CodeMC website. The website is built using [Jekyll](https://jekyllrb.com/), a static site generator. The website is hosted on GitHub Pages.

## Setup

1. Install Ruby and RubyGems. You can download Ruby from [here](https://www.ruby-lang.org/en/downloads/). 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`.