Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 825 Bytes

BUILDING.md

File metadata and controls

35 lines (22 loc) · 825 Bytes

🛠️ Building Guide

Required Tools:

  1. Clone the Repository.

    Use the Git CLI to clone this repository

    # clone this project's source
    git clone https://github.com/strato-emu/strato-emu.github.io.git
  2. Start developing.

    Navigate into the site's directory and start the live webserver.

    cd strato-emu.github.io/
    hugo server
  3. Open the code and start customizing!

    The website is now running at http://localhost:1313!

    Edit any file in the content/ directory to see your site update in real-time!

  4. Learn more