Skip to content

openrr/openrr-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openrr-tutorial

crates.io docs discord

Books

You can read the book at the following links.

Requirements

Building the book requires mdBook, you can install it using cargo.

cargo install mdbook

Building

To build the book:

mdbook build docs/en

Development

While writing it can be handy to see your changes, mdbook serve will launch a local web server to serve the book.

mdbook serve docs/en --open

Spell check

Using cspell

Installation of cspell

npm install -g cspell

Spell checking

cspell -c ./cspell.json  "docs/{en,ja}/src/**"

Extension

In VScode, You can use Code Spell Checker to check spelling without executing the above command.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •