Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 594 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 594 Bytes

robius.rs

Official website for Project Robius:

https://robius.rs

Instructions for building and running locally

  1. Install Zola.
  2. After you clone this repo, ensure you have all the git submodules:
    git submodule update --init --recursive
  3. Run zola serve and then open the printed URL, which is typically http://127.0.0.1:1111.
    • When you save changes to the repo, the content will auto-refresh as long as zola serve is still running.