Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 416 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 416 Bytes

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