Skip to content

r3yc0n1c/cutter.re

 
 

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.

About

The Cutter website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 43.4%
  • HTML 34.6%
  • JavaScript 13.5%
  • CSS 7.7%
  • Ruby 0.8%