Leaderboard.com has transitioned to new opportunities. We recommend KeepTheScore as a replacement.

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Project Overview

leaderboarded.com is a Jekyll-based static website for Leaderboarded - an online leaderboard maker service. The site is hosted on GitHub Pages and deploys automatically when changes are pushed to the main branch.

The static website is a replacement for a product that no longer exists.

Essential Commands

# Install dependencies (run once after cloning)
bundle install

# Run local development server
bundle exec jekyll serve

# Build static site for production
bundle exec jekyll build

The development server runs at http://localhost:4000

Architecture and Structure

Jekyll Collections System

Content Organization

Styling System

Key Configuration

Deployment

Development Notes