Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 870 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 870 Bytes

Gear for Rustaceans

Publish Status

Gear projects navigator for Rust developers.

⚙️🦀 https://gear.rs

Build Locally

  1. Install Rust language using rustup.

  2. Clone:

    git clone https://github.com/gear-tech/gear-tech.github.io.git
    cd gear-tech.github.io
  3. Install mdBook:

    cargo install mdbook
  4. Edit source files then save.

  5. Build:

    mdbook build
  6. Serve:

    mdbook serve
  7. Open in browser: http://localhost:3000/

License

The content on gear.rs is distributed under the CC0 1.0 Universal License.