This repository contains the code to build the RINO Workshop website.
The website can be previewed locally before pushing changes to GitHub or deploying. The steps for this are as follows:
Make sure Python 3 is installed. Then run:
git clone https://github.com/rino-workshop/rino-workshop.github.io.git && \
cd rino-workshop.github.io && \
python3 -m http.server 8000
The index.html
page should now be visible. Any changes made to the this file will be reflected on page refresh.