Release EdgeKit 2.0 Released

Getting Started

Everything you need to run the platform locally and make your first change.

Welcome to the It Is Unique Official platform documentation. This guide gets you from zero to a running local site in a few minutes.

Prerequisites

  • Ruby 3.1 or newer
  • Bundler (gem install bundler)
  • Git

Clone and run

git clone https://github.com/itisuniqueofficial-gh/website
cd website
bundle install
bundle exec jekyll serve --livereload

Open http://localhost:4000 and you’re ready to go.

Next steps

Continue to Installation for a detailed environment setup, or jump to Configuration to customize the site.