Skip to content

ucpcc/2026

Repository files navigation

UCPC 2026 대회 안내 페이지

Jekyll 기반의 정적 사이트이며 GitHub Pages로 배포합니다.

Prerequisites

  • Ruby 3.1
  • Bundler

Local

Ruby 3.1 환경에서 아래처럼 실행합니다.

bundle install
bundle exec jekyll serve

브라우저에서 http://127.0.0.1:4000 으로 확인할 수 있습니다.

Apple Silicon Mac에서도 Ruby 3.1 기준으로 그대로 실행하면 됩니다.

플랫폼 관련 오류가 나면 아래를 한 번 실행한 뒤 다시 설치하세요.

bundle lock --add-platform arm64-darwin
bundle install

Docker Compose

docker compose up --build

브라우저에서 http://127.0.0.1:4000 으로 확인할 수 있습니다.

중지할 때는 아래를 실행합니다.

docker compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors