Required Tools:
-
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
-
Start developing.
Navigate into the site's directory and start the live webserver.
cd strato-emu.github.io/ hugo server
-
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! -
Learn more