Skip to content

rapyuta-robotics/rapyuta-io-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rapyuta.io Documentation

Running locally for development

  • Install hugo. Make sure the version is higher than 0.2.
  • Install Pygments (Used for code styling).
pip install Pygments
  • Initialize and fetch submodules.
git submodule init
git submodule update
  • Navigate to hugo directory and start development server.
cd hugo
hugo server