Skip to content

rizinorg/cutter.re

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c10e094 · Mar 11, 2025
Jan 3, 2025
Dec 8, 2020
Jan 3, 2025
Dec 8, 2020
Mar 20, 2024
Jul 24, 2020
Mar 29, 2021
Mar 20, 2024
Aug 31, 2020
Mar 11, 2025
Feb 17, 2024
Mar 29, 2021
Aug 7, 2019
Jan 3, 2025
Sep 24, 2023
Mar 9, 2021
Aug 14, 2019
Jul 21, 2020

Repository files navigation

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.