Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.32 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.32 KB

website

Documentation website for roche commandline.

Hosted at https://roche-rs.org

Netlify Status

Icons made by Freepik from www.flaticon.com

develop

This website is built using mdbook from rust-lang.

  1. install mdbook - Detailed instructions here

    cargo install mdbook
  2. clone this repo

    git clone https://github.com/roche-rs/website
    cd website
  3. Use mdbook to serve the pages and auto-rebuild when changes are made.

    mdbook serve
  4. View the site in a browser - http://localhost:3000

contribution

This website is an OPEN Open Source Project. This means that:

Individuals making significant and valuable contributions are given commit-access to the project to contribute as they see fit. This project is more like an open wiki than a standard guarded open source project.

See the Contribution Guide for more details.