rizinorg / cutter.re

The Cutter website
https://cutter.re
2 stars 13 forks source link

Cutter Website

How to build

  1. Install ruby following official guide.
  2. Install essential build tools (build-essential for linux & Xcode cmdline tools for macOS).
  3. Clone this repo:

    git clone --filter=blob:none https://github.com/rizinorg/cutter.re

  4. Run the following:
    cd cutter.re
    gem install bundler
    bundle install
    bundle exec jekyll serve

    If all goes right, you should be able to access the site at http://127.0.0.1:4000/

[!NOTE] Cutter documentation source resides in cutter repo and can be built using these instructions separately.