File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 1- # swomo-rss.github.io
1+ # Representing and Interacting with Non-Rigid Objects (RINO) Workshop Website
2+
3+ This repository contains the code to build the RINO Workshop website.
4+
5+ ## Preview Locally
6+
7+ The website can be previewed locally before pushing changes to GitHub or deploying. The steps for this are as follows:
8+
9+ ### 1. Clone and Start Local Server
10+ Make sure ** Python 3** is installed. Then run:
11+
12+ ``` bash
13+ git clone https://github.com/rino-workshop/rino-workshop.github.io.git && \
14+ cd rino-workshop.github.io && \
15+ python3 -m http.server 8000
16+ ```
17+ ### 2. Open ` http://localhost:8000 ` in a Web Browser
18+
19+ The ` index.html ` page should now be visible. Any changes made to the this file will be reflected on page refresh.
You can’t perform that action at this time.
0 commit comments