Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 531 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 531 Bytes

CARET_doc

document is published at https://tier4.github.io/CARET_doc/

How to browse CARET document on your local machine

When you edit the pages on your local machine, you want to browse the generated pages on the machine. Try the following commands if you want to do so.

# clone and enter the repository
git clone https://github.com/tier4/CARET_doc.git
cd CARET_doc


# install required packages to build the pages
sudo pip3 install mkdocs-requirements.txt

# launch server to browse the pages
mkdocs serve